Skip to content

Commit

Permalink
Update jenkins to only test using ChromeHeadless
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmaoz committed Nov 24, 2019
1 parent f7371a5 commit ebea282
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 @@ -115,7 +115,7 @@ module.exports = function(config) {
autoWatch: false,
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: process.env.TEST_HEADLESS ? ['ChromeHeadless', 'FirefoxHeadless'] : ['Chrome', 'Firefox'],
browsers: process.env.TEST_HEADLESS ? ['ChromeHeadless'] : ['Chrome', 'Firefox'],
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
singleRun: true,
Expand Down

0 comments on commit ebea282

Please sign in to comment.