-
Notifications
You must be signed in to change notification settings - Fork 4.6k
e2e error at step NR. -1 #328
Description
Hi,
at step Nr1. (https://docs.angularjs.org/tutorial) on last sub step "Running End to End Tests"
I get an error on command "npm run protractor"
Finished in 12.909 seconds
7 tests, 11 assertions, 1 failure
Shutting down selenium standalone server.
[launcher] 0 instance(s) of WebDriver still running
[launcher] chrome #1 failed 1 test(s)
[launcher] overall: 1 failed spec(s)
[launcher] Process exited with error code 1
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\nodejs\node.exe" "C:\nodejs\node_modules\npm\bin\npm-cli.js" "run" "protractor"
npm ERR! node v4.4.3
npm ERR! npm v2.15.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] protractor: protractor test/protractor-conf.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] protractor script 'protractor test/protractor-conf.js'.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! protractor test/protractor-conf.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs angular-phonecat
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls angular-phonecat
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\ProjectsGit\angular-phonecat\angular-phonecat\npm-debug.log
And the file " C:\ProjectsGit\angular-phonecat\angular-phonecat\npm-debug.log" does not get generated.
The first run of e2e tests was successful btw, but the 4 subsequent attempts yelded the same error.
PS. I do have the the latest java version and the cmd is being run in admin mode.
Help?