Skip to content

Commit

Permalink
ELEMENTS-1681: sauce labs compatibility with firefox geckoDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Feb 16, 2024
1 parent 05add78 commit 8c9906c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ if (process.env.SAUCE_USERNAME && process.env.SAUCE_ACCESS_KEY) {
platform: 'Windows 10',
version: 'latest',
},
sl_latest_firefox: {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Windows 10',
version: '99.0',
geckodriverVersion: '0.30.0',
},
sl_latest_safari: {
base: 'SauceLabs',
browserName: 'safari',
Expand Down

0 comments on commit 8c9906c

Please sign in to comment.