Skip to content

Instantly share code, notes, and snippets.

@orloffv
Created December 1, 2014 12:21
Show Gist options
  • Save orloffv/f255d93c9b577b0f784c to your computer and use it in GitHub Desktop.
Save orloffv/f255d93c9b577b0f784c to your computer and use it in GitHub Desktop.
protractor fail
Using the selenium server at http://localhost:4444/wd/hub
Session created: count=1, browserName=chrome
Spec started
Project respondents page
✓ should open projects tests page (17 secs)
. ✓ should filter list work correctly (31 secs)
. ✓ should order list work correctly (29 secs)
.
Executed 3 of 3 specs SUCCESS in 1 mins 17 secs.
Finished in 77.465 seconds
3 tests, 32 assertions, 0 failures
Session deleted: Going to shut down the Selenium server
Shutting down Selenium server: http://127.0.0.1:4444
Shut down Selenium server: http://127.0.0.1:4444 (OKOK)
/Users/orloffv/Sites/webdev/canary/node_modules/protractor/node_modules/selenium-webdriver/http/index.js:145
callback(new Error(message));
^
Error: ECONNREFUSED connect ECONNREFUSED
at ClientRequest.<anonymous> (/Users/orloffv/Sites/webdev/canary/node_modules/protractor/node_modules/selenium-webdriver/http/index.js:145:16)
at ClientRequest.EventEmitter.emit (events.js:95:17)
at Socket.socketErrorListener (http.js:1547:9)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:440:14
at process._tickCallback (node.js:419:13)
==== async task ====
WebDriver.quit()
at [object Object].webdriver.WebDriver.schedule (/Users/orloffv/Sites/webdev/canary/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/webdriver.js:345:15)
at [object Object].webdriver.WebDriver.quit (/Users/orloffv/Sites/webdev/canary/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/webdriver.js:418:21)
at [object Object].HostedDriverProvider.teardownEnv (/Users/orloffv/Sites/webdev/canary/node_modules/protractor/lib/driverProviders/hosted.js:47:16)
at driverprovider_.setupEnv.then.then.then.then.then.passed (/Users/orloffv/Sites/webdev/canary/node_modules/protractor/lib/runner.js:260:35)
at _fulfilled (/Users/orloffv/Sites/webdev/canary/node_modules/protractor/node_modules/q/q.js:797:54)
at self.promiseDispatch.done (/Users/orloffv/Sites/webdev/canary/node_modules/protractor/node_modules/q/q.js:826:30)
at Promise.promise.promiseDispatch (/Users/orloffv/Sites/webdev/canary/node_modules/protractor/node_modules/q/q.js:759:13)
at /Users/orloffv/Sites/webdev/canary/node_modules/protractor/node_modules/q/q.js:573:44
at flush (/Users/orloffv/Sites/webdev/canary/node_modules/protractor/node_modules/q/q.js:108:17)
>>
Fatal error: protractor exited with code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment