Skip to content

Commit

Permalink
Use own fork of saucelabs plugin, because official plugin is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Oct 21, 2023
1 parent e2dce6d commit 096960f
Show file tree
Hide file tree
Showing 3 changed files with 2,100 additions and 1,623 deletions.
2 changes: 1 addition & 1 deletion fixtures/browser/karma.sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = function (config) {
commandTimeout: 400
},

plugins: ['karma-jasmine', 'karma-webpack', gzipPreprocessor, 'karma-sauce-launcher'],
plugins: ['karma-jasmine', 'karma-webpack', gzipPreprocessor, 'havunen-karma-sauce-launcher2'],

customLaunchers: customLaunchers,
browsers: Object.keys(customLaunchers),
Expand Down
Loading

0 comments on commit 096960f

Please sign in to comment.