Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Running TestSuite
- [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 2.911 s <<< FAILURE! - in TestSuite
- [ERROR] setup(grumpy.GrumpyTest) Time elapsed: 2.716 s <<< FAILURE!
- org.openqa.selenium.WebDriverException:
- Requested environment is not available (WARNING: The server did not provide any stacktrace information)
- Command duration or timeout: 209 milliseconds
- Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
- System info: host: 'vlad-ThinkPad-L540', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.8.0-38-generic', java.version: '14.0.2'
- selenide.remote: http://localhost:4444/wd/hub
- Driver info: driver.version: SelenideDriver
- selenide.url: http://localhost:8080
- selenide.baseUrl: http://localhost:8080
- at grumpy.GrumpyTest.setup(GrumpyTest.java:37)
- [INFO]
- [INFO] Results:
- [INFO]
- [ERROR] Failures:
- [ERROR] GrumpyTest.setup:37 ยป WebDriver Requested environment is not available (WARNIN...
- [INFO]
- [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 6.818 s
- [INFO] Finished at: 2021-01-21T16:17:06+02:00
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project New_Grumpy_Test: There are test failures.
- [ERROR]
- [ERROR] Please refer to /home/vlad/New_Grumpy_Test/target/surefire-reports for the individual test results.
- [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
- [ERROR] -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement