java.lang.IllegalArgumentException: Parameter host must not be null. at net.continuumsecurity.proxy.ZAProxyScanner.validateHost(ZAProxyScanner.java:49) at net.continuumsecurity.proxy.ZAProxyScanner.<init>(ZAProxyScanner.java:33) at net.continuumsecurity.steps.WebApplicationSteps.getProxy(WebApplicationSteps.java:209) at net.continuumsecurity.steps.WebApplicationSteps.clearProxy(WebApplicationSteps.java:204) at net.continuumsecurity.steps.WebApplicationSteps.accessSecureBaseUrlAndRecordHTTPResponse(WebApplicationSteps.java:540) at ✽.When the following URLs are visited and their HTTP responses recorded(http_headers.feature:7)
<!-- Optional location of a running OWASP ZAP instance. Either an external- already running ZAP instance must be specified here, or the zapPath must be specified to launch ZAP
<proxy>
<host>127.0.0.1</host>
<port>8888</port>
<api></api>
</proxy>-->