Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e44d89c

Browse filesBrowse files
committed
Enable automated UI testing on Travis CI
1 parent c6c4274 commit e44d89c
Copy full SHA for e44d89c

2 files changed

+4-1Lines changed: 4 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.travis.yml‎

Copy file name to clipboard
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
sudo: false
2+
addons:
3+
chrome: stable
24
language: node_js
35
matrix:
46
include:
57
- node_js: "12"
68
- node_js: "10"
79
script:
810
- ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
11+
- scripts/install-ui-test-dependencies.sh && grunt test-ui
912
before_script:
1013
- npm install -g istanbul coveralls
1114
- node_js: "8"
Collapse file

‎scripts/install-ui-test-dependencies.sh‎

Copy file name to clipboardExpand all lines: scripts/install-ui-test-dependencies.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ npm install --no-save \
44
wdio-mocha-framework@^0.6.4 \
55
wdio-spec-reporter@^0.1.5 \
66
webdriverio@^4.14.4 \
7-
chromedriver@^79.0.0 \
7+
chromedriver \
88
wdio-browserstack-service@^0.1.19 \
99
browserstack-local@^1.4.4

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.