iriusrisk / bdd-security

BDD Automated Security Tests for Web Applications
http://www.continuumsecurity.net/bdd-intro.html
GNU Affero General Public License v3.0
559 stars 177 forks source link

selenium errors running test #78

Open dingfelder opened 6 years ago

dingfelder commented 6 years ago

Hi - I've downloaded the project from Git, and when I try and run the build to see the example test run, I get selenium errors, just wondering if anyone has a solution?

C:\Users\Admin\git\bdd-security>gradlew -Dcucumber.options="--tags @authentication --tags ~@skip"

Task :test

net.continuumsecurity.junit.SecurityTest > Scenario: Passwords should be case sensitive.When the default user logs in FA ILED org.openqa.selenium.NoSuchElementException: Expected condition failed: waiting for visibility of element located by By.id: username (tried for 10 second(s) with 500 MILLISECONDS interval) For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.5.1', revision: '9c21bb67ef', time: '2017-08-17T15:26:08.955Z' System info: host: 'READINGTESTVM', ip: '10.0.2.15', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java .version: '1.8.0_144' Driver info: driver.version: unknown

net.continuumsecurity.junit.SecurityTest > Scenario: Passwords should be case sensitive.classMethod FAILED org.openqa.selenium.NoSuchElementException: Expected condition failed: waiting for visibility of element located by By.id: username (tried for 10 second(s) with 500 MILLISECONDS interval) For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html Build info: version: '3.5.1', revision: '9c21bb67ef', time: '2017-08-17T15:26:08.955Z' System info: host: 'READINGTESTVM', ip: '10.0.2.15', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java .version: '1.8.0_144' Driver info: driver.version: unknown

CustosClarus commented 3 years ago

I got same error, were you able to solve?