-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run test:e2e selenium errors #2273
Comments
As the message suggests, make sure your port 4444 is not being already used... |
I cleared that port several times and made sure nothing is using it. Still the error message appeared. |
Unfortunately, we can't reproduce this. What you can do is creating a |
Similar error here, and finally fixed by upgrading # fix
- "chromedriver": "^2.27.2",
+ "chromedriver": "^2.42.0",
|
Version
3.0.0
Node and OS info
Node: v8.11.4, npm: 6.4.0, macOSX 10.12.6 and also tried on different machine Node:10.9.0, npm 6.2.0, macOSX 10.13.3
Steps to reproduce
What is expected?
e2e testing to work without errors
What is actually happening?
errors
16:46:00.891 ERROR [SeleniumServer.boot] - Port 4444 is busy, please choose a free port and specify it using -port option
ERROR Error: Command failed: path2/myrepo/node_modules/nightwatch/bin/nightwatch --config path2/myrepo/node_modules/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js --env chrome
Error: Command failed: path2/myrepo/node_modules/nightwatch/bin/nightwatch --config path2/myrepo/node_modules/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js --env chrome
at makeError (path2/myrepo/node_modules/execa/index.js:172:9)
at Promise.all.then.arr (path2/myrepo/node_modules/execa/index.js:277:16)
at
at process._tickCallback (internal/process/next_tick.js:188:7)
I have tried this on two mac machines and both produced the same error mentioned above
The text was updated successfully, but these errors were encountered: