Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.72 KB | None | 0 0
  1. > wdio
  2.  
  3.  
  4. Execution of 1 spec files started at 2020-04-07T13:50:56.882Z
  5.  
  6. 2020-04-07T13:50:56.884Z DEBUG @wdio/utils:initialiseServices: initialise service "selenium-standalone" as NPM package
  7. 2020-04-07T13:50:56.985Z INFO @wdio/cli:launcher: Run onPrepare hook
  8. 2020-04-07T13:51:05.383Z INFO @wdio/cli:launcher: Run onWorkerStart hook
  9. 2020-04-07T13:51:05.385Z INFO @wdio/local-runner: Start worker 0-0 with arg:
  10. [0-0] 2020-04-07T13:51:05.744Z INFO @wdio/local-runner: Run worker command: run
  11. [0-0] 2020-04-07T13:51:05.748Z DEBUG @wdio/local-runner:utils: init remote session
  12. [0-0] 2020-04-07T13:51:05.750Z INFO webdriverio: Initiate new session using the ./protocol-stub protocol
  13. [0-0] RUNNING in chrome - /test/lobbySpec.js
  14. [0-0] 2020-04-07T13:51:05.852Z DEBUG @wdio/utils:initialiseServices: initialise service "selenium-standalone" as NPM package
  15. [0-0] 2020-04-07T13:51:05.972Z DEBUG @wdio/local-runner:utils: init remote session
  16. [0-0] 2020-04-07T13:51:05.973Z INFO webdriverio: Initiate new session using the webdriver protocol
  17. [0-0] 2020-04-07T13:51:05.975Z INFO webdriver: [POST] http://localhost:4444/wd/hub/session
  18. [0-0] 2020-04-07T13:51:05.975Z INFO webdriver: DATA { capabilities:
  19.    { alwaysMatch: { browserName: 'chrome' }, firstMatch: [ {} ] },
  20.   desiredCapabilities: { browserName: 'chrome' } }
  21. [0-0] 2020-04-07T13:52:07.737Z DEBUG webdriver: request failed due to status 33
  22. [0-0] 2020-04-07T13:52:07.737Z WARN webdriver: Request failed due to session not created
  23. from disconnected: unable to connect to renderer
  24.   (Session info: chrome=80.0.3987.163)
  25. Build info: version: '3.141.5', revision: 'd54ebd709a', time: '2018-11-06T11:58:47'
  26. System info: host: 'M-C02C74YKMD6R', ip: '192.168.72.127', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.15.4', java.version: '1.8.0_242'
  27. Driver info: driver.version: unknown
  28. remote stacktrace: 0   80.0.3987.106-x64-chromedriver      0x00000001096c4329 80.0.3987.106-x64-chromedriver + 3838761
  29. 1   80.0.3987.106-x64-chromedriver      0x000000010965e123 80.0.3987.106-x64-chromedriver + 3420451
  30. 2   80.0.3987.106-x64-chromedriver      0x00000001093d262f 80.0.3987.106-x64-chromedriver + 751151
  31. 3   80.0.3987.106-x64-chromedriver      0x00000001093c4eb7 80.0.3987.106-x64-chromedriver + 695991
  32. 4   80.0.3987.106-x64-chromedriver      0x00000001093d3c63 80.0.3987.106-x64-chromedriver + 756835
  33. 5   80.0.3987.106-x64-chromedriver      0x000000010936025c 80.0.3987.106-x64-chromedriver + 283228
  34. 6   80.0.3987.106-x64-chromedriver      0x000000010935c2b3 80.0.3987.106-x64-chromedriver + 266931
  35. 7   80.0.3987.106-x64-chromedriver      0x00000001093360bd 80.0.3987.106-x64-chromedriver + 110781
  36. 8   80.0.3987.106-x64-chromedriver      0x0000000109337055 80.0.3987.106-x64-chromedriver + 114773
  37. 9   80.0.3987.106-x64-chromedriver      0x0000000109685ebf 80.0.3987.106-x64-chromedriver + 3583679
  38. 10  80.0.3987.106-x64-chromedriver      0x0000000109692e4a 80.0.3987.106-x64-chromedriver + 3636810
  39. 11  80.0.3987.106-x64-chromedriver      0x0000000109692be7 80.0.3987.106-x64-chromedriver + 3636199
  40. 12  80.0.3987.106-x64-chromedriver      0x0000000109669839 80.0.3987.106-x64-chromedriver + 3467321
  41. 13  80.0.3987.106-x64-chromedriver      0x0000000109693707 80.0.3987.106-x64-chromedriver + 3639047
  42. 14  80.0.3987.106-x64-chromedriver      0x000000010967bcc7 80.0.3987.106-x64-chromedriver + 3542215
  43. 15  80.0.3987.106-x64-chromedriver      0x00000001096a9324 80.0.3987.106-x64-chromedriver + 3728164
  44. 16  80.0.3987.106-x64-chromedriver      0x00000001096ca387 80.0.3987.106-x64-chromedriver + 3863431
  45. 17  libsystem_pthread.dylib             0x00007fff6730e109 _pthread_start + 148
  46. 18  libsystem_pthread.dylib             0x00007fff67309b8b thread_start + 15
  47.  
  48. [0-0] 2020-04-07T13:52:07.738Z INFO webdriver: Retrying 1/3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement