Mhermank

Untitled

Sep 20th, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. -------------------------------------------------------
  2. T E S T S
  3. -------------------------------------------------------
  4. Running org.openmrs.contrib.qaframework.RunTest
  5. Running locally...
  6. log4j:WARN No appenders could be found for logger (io.netty.util.internal.logging.InternalLoggerFactory).
  7. log4j:WARN Please initialize the log4j system properly.
  8. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  9. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 26461
  10. Only local connections are allowed.
  11. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  12. ChromeDriver was started successfully.
  13. Sep 20, 2021 1:58:18 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  14. INFO: Detected dialect: W3C
  15. Running locally...
  16. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 10664
  17. Only local connections are allowed.
  18. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  19. ChromeDriver was started successfully.
  20. Sep 20, 2021 1:59:30 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  21. INFO: Detected dialect: W3C
  22. Running locally...
  23. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 26454
  24. Only local connections are allowed.
  25. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  26. ChromeDriver was started successfully.
  27. Sep 20, 2021 1:59:31 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  28. INFO: Detected dialect: W3C
  29. Running locally...
  30. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 12013
  31. Only local connections are allowed.
  32. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  33. ChromeDriver was started successfully.
  34. Sep 20, 2021 2:00:09 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  35. INFO: Detected dialect: W3C
  36. Running locally...
  37. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 21007
  38. Only local connections are allowed.
  39. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  40. ChromeDriver was started successfully.
  41. Sep 20, 2021 2:00:10 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  42. INFO: Detected dialect: W3C
  43. Running locally...
  44. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 1730
  45. Only local connections are allowed.
  46. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  47. ChromeDriver was started successfully.
  48. Sep 20, 2021 2:00:43 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  49. INFO: Detected dialect: W3C
  50. Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 173.518 sec <<< FAILURE!
  51. Vitals over maximum value(Vitals Management) Time elapsed: 33.799 sec <<< FAILURE!
  52. java.lang.AssertionError:
  53. Expected: a collection containing "Maximum: 999"
  54. but: was "Maximum: 99", was "Maximum: 99"
  55. at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
  56. at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
  57. at org.openmrs.contrib.qaframework.automation.VitalsAndTriagingSteps.crossCheckMaximumVitalsValidity(VitalsAndTriagingSteps.java:122)
  58. at ✽.a user enters a vital above maximum value and the system alerts until valid(file:///home/mherman22/forks/openmrs-contrib-qaframework/src/test/resources/features/refapp-2.x/03-trackPatient/vitalsAndTriaging.feature:24)
  59.  
  60.  
  61. Results :
  62.  
  63. Failed tests: Vitals over maximum value(Vitals Management): (..)
  64.  
  65. Tests run: 3, Failures: 1, Errors: 0, Skipped: 0
  66.  
  67. [INFO] ------------------------------------------------------------------------
  68. [INFO] BUILD FAILURE
  69. [INFO] ------------------------------------------------------------------------
  70. [INFO] Total time: 04:30 min
  71. [INFO] Finished at: 2021-09-20T14:00:45+03:00
  72. [INFO] ------------------------------------------------------------------------
  73. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project qaframework: There are test failures.
  74. [ERROR]
  75. [ERROR] Please refer to /home/mherman22/forks/openmrs-contrib-qaframework/target/surefire-reports for the individual test results.
  76. [ERROR] -> [Help 1]
  77. [ERROR]
  78. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  79. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  80. [ERROR]
  81. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  82. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  83. npm ERR! code ELIFECYCLE
  84. npm ERR! errno 1
  85. npm ERR! [email protected] refapp2VitalsAndTriaging: `mvn test -Dcucumber.filter.tags='@selenium and @vitals'`
  86. npm ERR! Exit status 1
  87. npm ERR!
  88. npm ERR! Failed at the [email protected] refapp2VitalsAndTriaging script.
  89. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  90. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  91.  
  92. npm ERR! A complete log of this run can be found in:
  93. npm ERR! /home/mherman22/.npm/_logs/2021-09-20T11_00_45_977Z-debug.log
  94.  
Advertisement
Add Comment
Please, Sign In to add comment