Skip to content
New issue

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

Web Driver Timeout with default configurations #102

Open
ngumina opened this issue Mar 28, 2019 · 0 comments
Open

Web Driver Timeout with default configurations #102

ngumina opened this issue Mar 28, 2019 · 0 comments

Comments

@ngumina
Copy link

ngumina commented Mar 28, 2019

Running current version of BDD on RHEL with java 1.8 and gradle 4.8.1

When running ./gradlew, all tests fail out due to what looks like a chromedriver timeout issue. I haven't altered the config.xml file at all and have made sure ropeytasks is running. Code snippet of error below

net.continuumsecurity.junit.SecurityTest > Scenario: The application should not contain Server side include vulnerabilities.classMethod FAILED
java.lang.RuntimeException: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
Build info: version: '3.12.0', revision: '7c6e0b3', time: '2018-05-08T14:04:26.12Z'
System info: host: 'le0000000451', ip: '10.39.2.90', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-514.26.2.el7.x86_64', java.version: '1.8.0_191'
Driver info: driver.version: ChromeDriver

    Caused by:
    org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
    Build info: version: '3.12.0', revision: '7c6e0b3', time: '2018-05-08T14:04:26.12Z'
    System info: host: 'le0000000451', ip: '10.39.2.90', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-514.26.2.el7.x86_64', java.version: '1.8.0_191'
    Driver info: driver.version: ChromeDriver

        Caused by:
        org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:7310/status] to be available after 20000 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant