-
Notifications
You must be signed in to change notification settings - Fork 1
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
Need CI-testing setup #1
Comments
Reference: https://travis-ci.org/ |
currently considered automated testing tools: |
Reference: |
travis CI for headless browser testing: https://docs.travis-ci.com/user/gui-and-headless-browsers/ |
instead of using sauselab, just include "java -jar selenium-server-standalone-2.53.0.jar &" in tranvis.yml in order to run webdriver on tranvisCI ---works fine now |
webdriverJS is deprecated, use webdriverIO instead: |
es6 environment with phantomjs: webdriverio/webdriverio#1323 |
good example of how to add custom command in webdriverio: |
I've added |
With the linter in place, you may now run |
babel-polyfil: Symbol/Map in es6 can be understood |
No description provided.
The text was updated successfully, but these errors were encountered: