-
Notifications
You must be signed in to change notification settings - Fork 42
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
Integrate e2e tests in WordLift #417
Comments
E2E tests use webdriver.io and SauceLabs (via Travis CI). So we require the following components:
webdriver.io configuration is in wdio.conf.js. Additional Travis CI set-up scripts are in the .ci/travis folder. E2E tests are in the ./tests/e2e folder. |
We now have e2e test, currently testing latest WP version on 6 browsers. This issue is merged in #397. |
This issue is propaedeutic to #397 in order to test the set-up screen compatibility with different browsers/WordPress versions.
The text was updated successfully, but these errors were encountered: