I recently downloaded WebStorm 11.0.3 to run Protractor test cases. My test cases run normally during normal operation (i.e., they are launched from the launch configurations), but when I try to run my test cases in debug mode, nothing happens and I get the following in the console:
"C:\Program Files (x86)\JetBrains\WebStorm 11.0.3\bin\runnerw.exe" "C:\Program Files\nodejs\node.exe" --debug-brk=58467 --nolazy c:\Users\daobrien15\AppData\Roaming\npm\node_modules\protractor\lib\cli.js conf.js
Debugger listening on port 58467
Using the selenium server at http://127.0.0.1:4444/wd/hub
[launcher] Running 1 instances of WebDriver
Process finished with exit code -1073741819 (0xC0000005)
When I run debug for Firefox, it just launches the first Firefox screen launch and does nothing. When I run it against Chrome, it just loads a blank page with data:,into the URL bar, and also does nothing.
I am using the following:
OS: Win 7 (64 bit)
Protractor: 3.0.0
Selenium webdriver: 2.48.2
Firefox: 35,
Chrome: 47.0.2526.111 ()
webmanager . , directConnect conf.js:
directConnect: true,
.