Advertisement
Mhermank

Untitled

Oct 19th, 2021
1,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.56 KB | None | 0 0
  1. mherman22@mherman22:~/Documents/qaTests/openmrs-contrib-qaframework$ npm run refapp2Conditions
  2.  
  3. > openmrs-contrib-qaframework@0.1.0 refapp2Conditions /home/mherman22/Documents/qaTests/openmrs-contrib-qaframework
  4. > mvn test -Dcucumber.filter.tags='@selenium and @conditions'
  5.  
  6. [INFO] Scanning for projects...
  7. [WARNING]
  8. [WARNING] Some problems were encountered while building the effective model for org.openmrs.contrib:qaframework:jar:1.0-SNAPSHOT
  9. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 169, column 21
  10. [WARNING]
  11. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  12. [WARNING]
  13. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  14. [WARNING]
  15. [INFO]
  16. [INFO] ------------------< org.openmrs.contrib:qaframework >-------------------
  17. [INFO] Building OpenMRS QA Framework 1.0-SNAPSHOT
  18. [INFO] --------------------------------[ jar ]---------------------------------
  19. [INFO]
  20. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ qaframework ---
  21. [INFO] Using 'UTF-8' encoding to format source files.
  22. [INFO] Number of files to be formatted: 17
  23. [INFO] Successfully formatted: 0 file(s)
  24. [INFO] Fail to format        : 0 file(s)
  25. [INFO] Skipped               : 17 file(s)
  26. [INFO] Approximate time taken: 1s
  27. [INFO]
  28. [INFO] --- frontend-maven-plugin:1.11.3:install-node-and-npm (install node and npm) @ qaframework ---
  29. [INFO] Node v15.8.0 is already installed.
  30. [INFO]
  31. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qaframework ---
  32. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  33. [INFO] skip non existing resourceDirectory /home/mherman22/Documents/qaTests/openmrs-contrib-qaframework/src/main/resources
  34. [INFO]
  35. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qaframework ---
  36. [INFO] No sources to compile
  37. [INFO]
  38. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qaframework ---
  39. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  40. [INFO] Copying 43 resources
  41. [INFO]
  42. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qaframework ---
  43. [INFO] Nothing to compile - all classes are up to date
  44. [INFO]
  45. [INFO] --- maven-antrun-plugin:1.8:run (make-mac-chromedriver-executable) @ qaframework ---
  46. [INFO] Executing tasks
  47.  
  48. main:
  49. [INFO] Executed tasks
  50. [INFO]
  51. [INFO] --- maven-antrun-plugin:1.8:run (make-linux-chromedriver-executable) @ qaframework ---
  52. [INFO] Executing tasks
  53.  
  54. main:
  55. [INFO] Executed tasks
  56. [INFO]
  57. [INFO] --- maven-antrun-plugin:1.8:run (make-windows-chromedriver-executable) @ qaframework ---
  58. [INFO] Executing tasks
  59.  
  60. main:
  61. [INFO] Executed tasks
  62. [INFO]
  63. [INFO] --- maven-antrun-plugin:1.8:run (make-mac-firefoxdriver-executable) @ qaframework ---
  64. [INFO] Executing tasks
  65.  
  66. main:
  67. [INFO] Executed tasks
  68. [INFO]
  69. [INFO] --- maven-antrun-plugin:1.8:run (make-linux-firefoxdriver-executable) @ qaframework ---
  70. [INFO] Executing tasks
  71.  
  72. main:
  73. [INFO] Executed tasks
  74. [INFO]
  75. [INFO] --- maven-antrun-plugin:1.8:run (make-windows-firefoxdriver-executable) @ qaframework ---
  76. [INFO] Executing tasks
  77.  
  78. main:
  79. [INFO] Executed tasks
  80. [INFO]
  81. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ qaframework ---
  82. [INFO] Surefire report directory: /home/mherman22/Documents/qaTests/openmrs-contrib-qaframework/target/surefire-reports
  83.  
  84. -------------------------------------------------------
  85.  T E S T S
  86. -------------------------------------------------------
  87. Running org.openmrs.contrib.qaframework.RunTest
  88. Running locally...
  89. log4j:WARN No appenders could be found for logger (io.netty.util.internal.logging.InternalLoggerFactory).
  90. log4j:WARN Please initialize the log4j system properly.
  91. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  92. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 30307
  93. Only local connections are allowed.
  94. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  95. ChromeDriver was started successfully.
  96. Oct 19, 2021 1:57:20 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  97. INFO: Detected dialect: W3C
  98. Running locally...
  99. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 2390
  100. Only local connections are allowed.
  101. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  102. ChromeDriver was started successfully.
  103. Oct 19, 2021 1:57:42 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  104. INFO: Detected dialect: W3C
  105. Running locally...
  106. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 31027
  107. Only local connections are allowed.
  108. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  109. ChromeDriver was started successfully.
  110. Oct 19, 2021 1:57:45 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  111. INFO: Detected dialect: W3C
  112. Running locally...
  113. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 11090
  114. Only local connections are allowed.
  115. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  116. ChromeDriver was started successfully.
  117. Oct 19, 2021 1:57:54 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  118. INFO: Detected dialect: W3C
  119. Running locally...
  120. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 6276
  121. Only local connections are allowed.
  122. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  123. ChromeDriver was started successfully.
  124. Oct 19, 2021 1:57:56 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  125. INFO: Detected dialect: W3C
  126. Running locally...
  127. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 5758
  128. Only local connections are allowed.
  129. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  130. ChromeDriver was started successfully.
  131. Oct 19, 2021 2:02:05 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  132. INFO: Detected dialect: W3C
  133. Running locally...
  134. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 18420
  135. Only local connections are allowed.
  136. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  137. ChromeDriver was started successfully.
  138. Oct 19, 2021 2:02:07 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  139. INFO: Detected dialect: W3C
  140. Running locally...
  141. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 18029
  142. Only local connections are allowed.
  143. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  144. ChromeDriver was started successfully.
  145. Oct 19, 2021 2:06:18 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  146. INFO: Detected dialect: W3C
  147. Running locally...
  148. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 12884
  149. Only local connections are allowed.
  150. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  151. ChromeDriver was started successfully.
  152. Oct 19, 2021 2:06:21 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  153. INFO: Detected dialect: W3C
  154. Running locally...
  155. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 9892
  156. Only local connections are allowed.
  157. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  158. ChromeDriver was started successfully.
  159. Oct 19, 2021 2:10:28 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  160. INFO: Detected dialect: W3C
  161. Running locally...
  162. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 28063
  163. Only local connections are allowed.
  164. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  165. ChromeDriver was started successfully.
  166. Oct 19, 2021 2:10:30 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  167. INFO: Detected dialect: W3C
  168. Running locally...
  169. Starting ChromeDriver 93.0.4577.63 (ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}) on port 10543
  170. Only local connections are allowed.
  171. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
  172. ChromeDriver was started successfully.
  173. Oct 19, 2021 2:14:39 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  174. INFO: Detected dialect: W3C
  175. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,048.72 sec
  176.  
  177. Results :
  178.  
  179. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
  180.  
  181. [INFO] ------------------------------------------------------------------------
  182. [INFO] BUILD SUCCESS
  183. [INFO] ------------------------------------------------------------------------
  184. [INFO] Total time:  17:38 min
  185. [INFO] Finished at: 2021-10-19T14:14:40+03:00
  186. [INFO] ------------------------------------------------------------------------
  187.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement