Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. PS D:\_w\ui2\ui2> gulp e2e --prot--specs=test-e2e/idoc/widget/aggregated-table/widget.spec.js
  2. (node:15244) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
  3. (node:15244) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
  4. [11:33:23] Using gulpfile D:\_w\ui2\ui2\gulpfile.js
  5. [11:33:23] Starting 'e2e'...
  6. [11:33:23] Starting 'run-protractor'...
  7. [11:33:24] I/launcher - Running 1 instances of WebDriver
  8. [11:33:24] I/direct - Using ChromeDriver directly...
  9. [BS] Access URLs:
  10. ----------------------------------
  11. Local: http://localhost:7000
  12. External: http://10.131.2.168:7000
  13. ----------------------------------
  14. [BS] Serving files from: .
  15. [BS] Watching files...
  16.  
  17.  
  18. AggregatedTable
  19. 1) should create a table with grid by default
  20. 2) should create a table with no grid
  21. 3) should create a widget with vertical grid
  22. 4) should create a widget with horizontal grid
  23. 5) should be empty if display is set to automatically and in modelling mode
  24. [11:35:23] E/launcher - EADDRINUSE connect EADDRINUSE 127.0.0.1:63344
  25. [11:35:23] E/launcher - Error: EADDRINUSE connect EADDRINUSE 127.0.0.1:63344
  26. at ClientRequest.<anonymous> (D:\_w\ui2\ui2\node_modules\protractor\node_modules\selenium-webdriver\http\index.js:238:15)
  27. at emitOne (events.js:96:13)
  28. at ClientRequest.emit (events.js:188:7)
  29. at Socket.socketErrorListener (_http_client.js:310:9)
  30. at emitOne (events.js:96:13)
  31. at Socket.emit (events.js:188:7)
  32. at emitErrorNT (net.js:1276:8)
  33. at _combinedTickCallback (internal/process/next_tick.js:74:11)
  34. at process._tickCallback (internal/process/next_tick.js:98:9)
  35. From: Task: WebDriver.takeScreenshot()
  36. at Driver.schedule (D:\_w\ui2\ui2\node_modules\protractor\node_modules\selenium-webdriver\lib\webdriver.js:816:17)
  37. at Driver.takeScreenshot (D:\_w\ui2\ui2\node_modules\protractor\node_modules\selenium-webdriver\lib\webdriver.js:1092:17)
  38. at run (D:\_w\ui2\ui2\node_modules\protractor\lib\browser.ts:66:27)
  39. at ProtractorBrowser.to.(anonymous function) [as takeScreenshot] (D:\_w\ui2\ui2\node_modules\protractor\lib\browser.ts:74:12)
  40. at takeScreenshot (D:\_w\ui2\ui2\node_modules\mocha-proshot\index.js:27:17)
  41. at EventEmitter.<anonymous> (D:\_w\ui2\ui2\node_modules\mocha-proshot\index.js:37:10)
  42. at emitTwo (events.js:106:13)
  43. at EventEmitter.emit (events.js:191:7)
  44. at D:\_w\ui2\ui2\node_modules\mocha-multi\mocha-multi.js:197:19
  45. at withReplacedStdout (D:\_w\ui2\ui2\node_modules\mocha-multi\mocha-multi.js:209:12)
  46. [11:35:23] E/launcher - Process exited with error code 199
  47. [11:35:23] 'run-protractor' errored after 2 min
  48. [11:35:23] Error: There were errors durring e2e tests execution
  49. at formatError (C:\Users\irusev\AppData\Roaming\npm\node_modules\gulp\bin\gulp.js:169:10)
  50. at Gulp.<anonymous> (C:\Users\irusev\AppData\Roaming\npm\node_modules\gulp\bin\gulp.js:195:15)
  51. at emitOne (events.js:101:20)
  52. at Gulp.emit (events.js:188:7)
  53. at Gulp.Orchestrator._emitTaskDone (D:\_w\ui2\ui2\node_modules\orchestrator\index.js:264:8)
  54. at D:\_w\ui2\ui2\node_modules\orchestrator\index.js:275:23
  55. at finish (D:\_w\ui2\ui2\node_modules\orchestrator\lib\runTask.js:21:8)
  56. at D:\_w\ui2\ui2\node_modules\orchestrator\lib\runTask.js:45:4
  57. at process._tickCallback (internal/process/next_tick.js:103:7)
  58. PS D:\_w\ui2\ui2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement