-
Notifications
You must be signed in to change notification settings - Fork 46
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
Nightwatch.js run local tests #1077
Conversation
…nto feature/nightwatch-local-tests
All test is passed, because in firefox and internet explorer 11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work on this @adamszalapski! I’m good with these updates — @danielamorse or @remydenton any feedback?
I updated test for bolt-video module |
There’s a couple small things I’d like to see us update as a fast follow to this but that shouldn’t block getting this merged down to master:
|
Jira
http://vjira2:8080/browse/BDS-15
Summary
This is the first phase of creating a test for lazyloaded images.
Details
Give the possibility to run Nightwatch test on the local environment.
How to test
Run this code on local env. Remove
node_modules
andwww
folders. Then runnpm run setup
. After this command please try to run a test by running:npm run test:e2e:quick-local
if you want to run full test please run this commandnpm run test:e2e:full-local
.Because we use Mac machine we can't run IE11 and Edge tests locally.
NOTE: You must have installed Chome to run a Quick test.
NOTE 2: You must have installed Firefox and Safari to run Full tests.
NOTE 3: To run Full test correctly you must in Safari enable the developer menu and enable the Allow Remote Automation option.