We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With
the ZAP wrapper application can use a groovy script to handle automated logins.
But when a script is being customized/maintained it is not easy to test it.
It shall be very easy to start a login from the IDE
Introduce ZapGoovyLoginScriptManualTest inside the sechub-wrapper-owasp-zap submodule.
ZapGoovyLoginScriptManualTest
sechub-wrapper-owasp-zap
ManualTest
sechub-testframework
--headless=true
The text was updated successfully, but these errors were encountered:
de-jcup
No branches or pull requests
Situation
With
the ZAP wrapper application can use a groovy script to handle automated logins.
But when a script is being customized/maintained it is not easy to test it.
Wanted
It shall be very easy to start a login from the IDE
Solution
Introduce
ZapGoovyLoginScriptManualTest
inside thesechub-wrapper-owasp-zap
submodule.ManualTest
interface fromsechub-testframework
--headless=true
introduced in Provide ZAP wrapper application argument to disable headless mode #3944The text was updated successfully, but these errors were encountered: