Skip to content

Commit

Permalink
also report to saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorik Kraaikamp committed Jul 13, 2017
1 parent 5a891b9 commit 9326749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = function(config) {
},
colors: true,
recordScreenshots: false,
reporters: (process.env.TRAVIS) ? ['spec', 'coverage', 'coveralls'] : ['spec', 'coverage'],
reporters: (process.env.TRAVIS) ? ['spec', 'coverage', 'coveralls', 'saucelabs'] : ['spec', 'coverage', 'saucelabs'],

sauceLabs: {
testName: 'Dual listbox browser testing',
Expand Down

0 comments on commit 9326749

Please sign in to comment.