Skip to content

Commit

Permalink
test in Firefox on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 8, 2019
1 parent 2e6f32c commit 46c63b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dist: trusty

addons:
chrome: stable
firefox: latest

cache:
yarn: true
Expand Down
9 changes: 8 additions & 1 deletion testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
launch_in_ci: [
'Chrome'
'Chrome',
'Firefox'
],
launch_in_dev: [
'Chrome'
],
browser_args: {
Firefox: {
mode: 'ci',
args: [
'-headless'
]
},
Chrome: {
mode: 'ci',
args: [
Expand Down

0 comments on commit 46c63b3

Please sign in to comment.