Advertisement
MattySkala

Untitled

Jun 27th, 2016
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. npm run-script selenium-tests
  2.  
  3. > app@0.0.1 selenium-tests /Users/skala/Development/Projects/ripple/ui
  4. > node node_modules/webdriverio/build/lib/cli.js public/test-selenium/wdio.conf.js
  5.  
  6.  
  7.  
  8. =======================================================================================
  9. Selenium 2.0 / webdriver protocol bindings implementation with helper commands in nodejs.
  10. For a complete list of commands, visit http://webdriver.io/api.html.
  11. =======================================================================================
  12.  
  13.  
  14. =======================================================================================
  15. Selenium 2.0 / webdriver protocol bindings implementation with helper commands in nodejs.
  16. For a complete list of commands, visit http://webdriver.io/api.html.
  17. =======================================================================================
  18.  
  19. [09:48:37] COMMAND POST "/wd/hub/session"
  20. [09:48:37] DATA {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"browserName":"chrome","loggingPrefs":{"browser":"ALL","driver":"ALL"},"requestOrigins":{"url":"http://webdriver.io","version":"4.1.0","name":"webdriverio"}}}
  21. [09:48:37] COMMAND POST "/wd/hub/session"
  22. [09:48:37] DATA {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"browserName":"chrome","loggingPrefs":{"browser":"ALL","driver":"ALL"},"requestOrigins":{"url":"http://webdriver.io","version":"4.1.0","name":"webdriverio"}}}
  23. [09:48:40] INFO SET SESSION ID a78de6e3-3386-4368-8e39-f50990b95cb3
  24. [09:48:40] RESULT {"applicationCacheEnabled":false,"rotatable":false,"mobileEmulationEnabled":false,"chrome":{"chromedriverVersion":"2.21.371459 (36d3d07f660ff2bc1bf28a75d1cdabed0983e7c4)","userDataDir":"/var/folders/4m/1klmkgyd5s53hmkx05_qm4700000gn/T/.org.chromium.Chromium.BwOz5P"},"takesHeapSnapshot":true,"databaseEnabled":false,"handlesAlerts":true,"hasTouchScreen":false,"version":"51.0.2704.103","platform":"MAC","browserConnectionEnabled":false,"nativeEvents":true,"acceptSslCerts":true,"webdriver.remote.sessionid":"a78de6e3-3386-4368-8e39-f50990b95cb3","locationContextEnabled":true,"webStorageEnabled":true,"browserName":"chrome","takesScreenshot":true,"javascriptEnabled":true,"cssSelectorsEnabled":true}
  25. [09:48:40] INFO SET SESSION ID 04d4afe8-72ce-439f-bf38-44ea48d1c659
  26. [09:48:40] RESULT {"applicationCacheEnabled":false,"rotatable":false,"mobileEmulationEnabled":false,"chrome":{"chromedriverVersion":"2.21.371459 (36d3d07f660ff2bc1bf28a75d1cdabed0983e7c4)","userDataDir":"/var/folders/4m/1klmkgyd5s53hmkx05_qm4700000gn/T/.org.chromium.Chromium.fy4LBY"},"takesHeapSnapshot":true,"databaseEnabled":false,"handlesAlerts":true,"hasTouchScreen":false,"version":"51.0.2704.103","platform":"MAC","browserConnectionEnabled":false,"nativeEvents":true,"acceptSslCerts":true,"webdriver.remote.sessionid":"04d4afe8-72ce-439f-bf38-44ea48d1c659","locationContextEnabled":true,"webStorageEnabled":true,"browserName":"chrome","takesScreenshot":true,"javascriptEnabled":true,"cssSelectorsEnabled":true}
  27. ․[09:48:40] COMMAND DELETE "/wd/hub/session/a78de6e3-3386-4368-8e39-f50990b95cb3"
  28. [09:48:40] DATA {}
  29. [09:48:40] COMMAND POST "/wd/hub/session/04d4afe8-72ce-439f-bf38-44ea48d1c659/url"
  30. [09:48:40] DATA {"url":"http://app-dev.jollor.com/api/"}
  31. [09:48:40] RESULT null
  32. [09:48:41] RESULT null
  33. [09:48:41] COMMAND POST "/wd/hub/session/04d4afe8-72ce-439f-bf38-44ea48d1c659/cookie"
  34. [09:48:41] DATA {"cookie":{"name":"connect.sid","value":"s%3AElq7InflaZjRSQ_ghfvao8Zw-FPzX5Hk.iAexDaEyZrCjHGmwFJp7SD%2BozQ5B3d5xaWV6eosRnEQ"}}
  35. [09:48:41] RESULT null
  36. [09:48:41] COMMAND POST "/wd/hub/session/04d4afe8-72ce-439f-bf38-44ea48d1c659/url"
  37. [09:48:41] DATA {"url":"http://app-dev.jollor.com/projects/546b5792d59d2b3e38001482"}
  38. ․[09:48:51] COMMAND DELETE "/wd/hub/session/04d4afe8-72ce-439f-bf38-44ea48d1c659"
  39. [09:48:51] DATA {}
  40. [09:48:57] RESULT null
  41. [09:48:57] COMMAND POST "/wd/hub/session/04d4afe8-72ce-439f-bf38-44ea48d1c659/elements"
  42. [09:48:57] DATA {"using":"css selector","value":".outbox-column .hintable-textarea"}
  43. [09:48:57] RESULT null
  44.  
  45.  
  46. 0 passing (20.20s)
  47. 1 pending
  48. 1 failing
  49.  
  50. 1) Test mention at the end of text after text with windows line end:
  51. timeout of 10000ms exceeded. Ensure the done() callback is being called in this test.
  52. running chrome
  53. Error: timeout of 10000ms exceeded. Ensure the done() callback is being called in this test.
  54. at Timeout.<anonymous> (/Users/skala/Development/Projects/ripple/ui/node_modules/mocha/lib/runnable.js:226:19)
  55. at tryOnTimeout (timers.js:224:11)
  56. at Timer.listOnTimeout (timers.js:198:5)
  57.  
  58.  
  59.  
  60.  
  61. npm ERR! Darwin 15.5.0
  62. npm ERR! argv "/Users/skala/.nvm/versions/node/v5.11.1/bin/node" "/Users/skala/.nvm/versions/node/v5.11.1/bin/npm" "run-script" "selenium-tests"
  63. npm ERR! node v5.11.1
  64. npm ERR! npm v3.8.6
  65. npm ERR! code ELIFECYCLE
  66. npm ERR! app@0.0.1 selenium-tests: `node node_modules/webdriverio/build/lib/cli.js public/test-selenium/wdio.conf.js`
  67. npm ERR! Exit status 1
  68. npm ERR!
  69. npm ERR! Failed at the app@0.0.1 selenium-tests script 'node node_modules/webdriverio/build/lib/cli.js public/test-selenium/wdio.conf.js'.
  70. npm ERR! Make sure you have the latest version of node.js and npm installed.
  71. npm ERR! If you do, this is most likely a problem with the app package,
  72. npm ERR! not with npm itself.
  73. npm ERR! Tell the author that this fails on your system:
  74. npm ERR! node node_modules/webdriverio/build/lib/cli.js public/test-selenium/wdio.conf.js
  75. npm ERR! You can get information on how to open an issue for this project with:
  76. npm ERR! npm bugs app
  77. npm ERR! Or if that isn't available, you can get their info via:
  78. npm ERR! npm owner ls app
  79. npm ERR! There is likely additional logging output above.
  80.  
  81. npm ERR! Please include the following file with any support request:
  82. npm ERR! /Users/skala/Development/Projects/ripple/ui/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement