Skip to content

Commit

Permalink
updated: re-add firefox to saucelabs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jun 24, 2023
1 parent 9a76bd7 commit f4f2852
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/saucelabs-browsers.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ module.exports = {
browserName: 'chrome',
platform: 'Windows 11',
},
// Firefox seems to be no longer working on saucelabs https://github.com/mochajs/mocha/pull/4933
/*slFirefox: {
slFirefox: {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Windows 11'
}*/
platform: 'Windows 11',
},
},
}

0 comments on commit f4f2852

Please sign in to comment.