Skip to content
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

autotest:e2e #13

Open
sdeering opened this issue Dec 18, 2013 · 2 comments
Open

autotest:e2e #13

sdeering opened this issue Dec 18, 2013 · 2 comments

Comments

@sdeering
Copy link

Any idea whats causing this?

image

Env.

  • windows 7 64 bit
  • protractor latest (0.14.0)
  • selenium web driver 2.37.0
    "webdriverVersions": {
    "selenium": "2.37.0",
    "chromedriver": "2.7",
    "iedriver": "2.37.0"
    },
@edrex
Copy link

edrex commented Jan 5, 2014

according to the error, port 7777 is already in use by another process. Probably you had another grunt running in another terminal.

@agustinvinao
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants