Hi,
Firstly great work on the Client which is brilliant.
I'm really interested in integrating the ZAP API alongside our current test automation so I'm keen to understand the current status of the project using cucumber.
I appreciate its still a work in progress and there are obviously a few things not working.
Essentially we are just wanting to run the AppScan (app_scan.feature) tests initially then expand from there.
I keep getting an error
net.continuumsecurity.proxy.ProxyException: org.zaproxy.clientapi.core.ClientApiException: URL Not Found in the Scan Tree
at net.continuumsecurity.proxy.ZAProxyScanner.scan(ZAProxyScanner.java:201)
at stepdefs.security.AppScanningSteps.runScanner(AppScanningSteps.java:272)
at ✽.When the scanner is run(app_scan.feature:18)
We are using the 2.4.3.jar included in the git project and running on a mac if that is relevant.
For now I have a local Tomcat deployed war of the ropeytasks website which is pointing at ropeytask in my config.xml
I keep getting the above error.. when I run the cucumber tests for Navigate App it works fine but I'm guessing its something to do with that using the spider instead i.e. spider(url);
I have looked though the documentation but the API side is lightweight :-) I'm happy to get involved in this to support when we can get things working.
Any advise or extra logs I need to include?
Thanks
Iain