Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamyadav252 committed Oct 9, 2023
1 parent 303b7f6 commit ca00c08
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,16 @@ if (process.env.SAUCE_USERNAME && process.env.SAUCE_ACCESS_KEY) {
sl_latest_firefox: {
base: 'SauceLabs',
browserName: 'firefox',
browserVersion: "99.0.1",
platform: 'Windows 10',
version: 'latest',
geckodriverVersion: '0.30.0',
geckodriverVersion: '0.33.0',
capabilities: {
firstMatch: [
{ "browserName": "firefox", "platformName": "macos" },
{ "browserName": "firefox", "platformName": "linux" }
]
}
},
sl_latest_edge: {
base: 'SauceLabs',
Expand Down

0 comments on commit ca00c08

Please sign in to comment.