Skip to content

Commit

Permalink
Enable automated UI testing on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhitoyokoi committed Jun 3, 2020
1 parent c6c4274 commit e44d89c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,11 +1,14 @@
sudo: false
addons:
chrome: stable
language: node_js
matrix:
include:
- node_js: "12"
- node_js: "10"
script:
- ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
- scripts/install-ui-test-dependencies.sh && grunt test-ui
before_script:
- npm install -g istanbul coveralls
- node_js: "8"
2 changes: 1 addition & 1 deletion scripts/install-ui-test-dependencies.sh
Expand Up @@ -4,6 +4,6 @@ npm install --no-save \
wdio-mocha-framework@^0.6.4 \
wdio-spec-reporter@^0.1.5 \
webdriverio@^4.14.4 \
chromedriver@^79.0.0 \
chromedriver \
wdio-browserstack-service@^0.1.19 \
browserstack-local@^1.4.4

0 comments on commit e44d89c

Please sign in to comment.