You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Environment:
Node version - any (tried 0.10.32, 0.12.0 and 0.12.2)
Protractor 2.0.0
Selenium (2.45.0) and Chromedriver 2.14
Config:
exports.config = {
seleniumServerJar:'/usr/local/lib/node_modules/webdriver-manager/selenium/selenium-server-standalone-2.45.0.jar',
chromeDriver : '/usr/local/lib/node_modules/webdriver-manager/selenium/chromedriver',
specs:['../firstSpec.js']
};
Command:
./node_modules/.bin/protractor test/conf/protractor.conf.js
When I run my tests, it says starting debugger but never takes me to console, it waits forever. Tried assigning different port numbers still no luck.

Protractor 1.8.0 and Node 0.10.32 seems to be fine though.
The text was updated successfully, but these errors were encountered: