We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any idea whats causing this?
Env.
The text was updated successfully, but these errors were encountered:
according to the error, port 7777 is already in use by another process. Probably you had another grunt running in another terminal.
Sorry, something went wrong.
The problem is when you are running the web server for your angularjs application with 'grunt dev' and you try to run 'grunt autotest:e2e'.
E2e autotests it should work in another port for this cases.
No branches or pull requests
Any idea whats causing this?
Env.
"webdriverVersions": {
"selenium": "2.37.0",
"chromedriver": "2.7",
"iedriver": "2.37.0"
},
The text was updated successfully, but these errors were encountered: