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

FYI: Running E2E Tests requires updated packages #2

Open
selangley-wa opened this issue Nov 7, 2019 · 1 comment
Open

FYI: Running E2E Tests requires updated packages #2

selangley-wa opened this issue Nov 7, 2019 · 1 comment

Comments

@selangley-wa
Copy link

I cloned this repo because I was interested in the E2ETest project that starts and stops a dotnet application as part of the test run. (Thanks for that!)

In order to get it to run on my current system,

  1. Updated the packages nightwatch and selenium-server-standalone-jar to their latest versions.

  2. Downloaded a newer version of the selenium chrome driver from https://sites.google.com/a/chromium.org/chromedriver/downloads to match my currently installed chrome and pointed to it in the file:

    BlogPlayground.E2ETest/nightwatch.config.js

  3. Finally, I added this config variable to the chromeOptions in that same file to stop warnings generated with the newer version of nightwatch.js

    "w3c": false

@DaniJG
Copy link
Owner

DaniJG commented Nov 9, 2019

Thanks for letting me know, do you want to send a PR?
If not, I will try to fix as soon as I can

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

2 participants