Advertisement
Guest User

Untitled

a guest
Jan 21st, 2021
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Running TestSuite
  2. [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 2.911 s <<< FAILURE! - in TestSuite
  3. [ERROR] setup(grumpy.GrumpyTest) Time elapsed: 2.716 s <<< FAILURE!
  4. org.openqa.selenium.WebDriverException:
  5. Requested environment is not available (WARNING: The server did not provide any stacktrace information)
  6. Command duration or timeout: 209 milliseconds
  7. Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
  8. 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'
  9. selenide.remote: http://localhost:4444/wd/hub
  10. Driver info: driver.version: SelenideDriver
  11. selenide.url: http://localhost:8080
  12. selenide.baseUrl: http://localhost:8080
  13. at grumpy.GrumpyTest.setup(GrumpyTest.java:37)
  14.  
  15. [INFO]
  16. [INFO] Results:
  17. [INFO]
  18. [ERROR] Failures:
  19. [ERROR] GrumpyTest.setup:37 ยป WebDriver Requested environment is not available (WARNIN...
  20. [INFO]
  21. [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 1
  22. [INFO]
  23. [INFO] ------------------------------------------------------------------------
  24. [INFO] BUILD FAILURE
  25. [INFO] ------------------------------------------------------------------------
  26. [INFO] Total time: 6.818 s
  27. [INFO] Finished at: 2021-01-21T16:17:06+02:00
  28. [INFO] ------------------------------------------------------------------------
  29. [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.
  30. [ERROR]
  31. [ERROR] Please refer to /home/vlad/New_Grumpy_Test/target/surefire-reports for the individual test results.
  32. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
  33. [ERROR] -> [Help 1]
  34. [ERROR]
  35. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  36. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  37. [ERROR]
  38. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  39. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement