Skip to content

Commit

Permalink
fixed: Update saucelabs browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jul 31, 2023
1 parent bfaa58e commit 2e0a8fd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions test/saucelabs-browsers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
browsers: {
sl_ios_safari: {
base: 'SauceLabs',
deviceName: 'iPhone',
deviceName: 'iPhone Simulator',
platformVersion: '14.5',
platformName: 'iOS',
browserName: 'Safari',
Expand All @@ -16,13 +16,11 @@ module.exports = {
slChrome: {
base: 'SauceLabs',
browserName: 'chrome',
platform: 'Linux',
},
// Firefox seems to be no longer working on saucelabs https://github.com/mochajs/mocha/pull/4933
slFirefox: {
// Firefox seems to be no longer working on saucelabs https://github.com/karma-runner/karma-sauce-launcher/issues/275
/*slFirefox: {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Linux',
},
},*/
},
}

0 comments on commit 2e0a8fd

Please sign in to comment.