theratpack / grails-zap-security-tests-plugin

Grails plugin to run security tests using the OWASP's Zed Attack Proxy
6 stars 4 forks source link

Running against RestClient functional tests #6

Open kmarquardsen opened 10 years ago

kmarquardsen commented 10 years ago

Hi, I'm trying to use the plugin to run against Spock functional tests for restful web services that use RestClient but running into some errors.

| Error Exception occurred trigger event [TestPhaseEnd]: org.zaproxy.clientapi.core.ClientApiException: org.zaproxy.clientapi.core.ClientApiException: java.net.ConnectException: Connection refused

I'm mainly seeing examples for running with Geb and the GebConfig setup. Is it possible to run zap tests with what I mentioned above?

luque commented 8 years ago

Please try with the latest version 0.1.3. We have added support for ZAP 2.4.3 version because its API changed.