Stephen de Vries
Stephen de Vries
That's a common selenium error when it can't find the element on the web page. Usually because the element hasn't loaded yet, or the ID is not correct.
Hi Joe, BDD-Security uses Cucumber for the tests themselves and the reports, so all the reports are cucumber reports. If you'd like a more traditional security centric view, then you...
Hi @ansiklee, the error you're getting is different to the one above. If you're running on Windows, then you can just run gradlew instead of ./gradlew
You can run the command using 'gradle' instead of 'gradlew'
Only pre-requisites for the application you want to test is that it must be a server side HTTP application, e.g. web app, web services, web api
Hi, sorry for the late response. Have you figured it out? If not, we don't have any eclipse-specific configuration. The project is a standard gradle project, so I would suggest...
Thanks for reporting, access granted!
Thanks for reporting @Drakas. We don't have immediate plans for support Java 9. Will upgrade after a few months... unless you'd like to create a pull request?