Skip to content

Commit

Permalink
Debug unit test dev workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Sep 18, 2024
1 parent a0aadca commit 3923878
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions karma.saucelabs.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@ module.exports = (config) => {
base: "SauceLabs",
browserName: "chrome",
browserVersion: "latest",
platform: "Windows 11",
platformName: "Windows 11",
"sauce:options": {
headless: true,
},
},
sl_safariW3C: {
base: "SauceLabs",
browserName: "safari",
browserVersion: "latest",
platform: "macOS 13",
platformName: "macOS 13",
"sauce:options": {
headless: true,
},
},
sl_firefoxW3C: {
base: "SauceLabs",
browserName: "firefox",
platformName: "Windows 11",
browserVersion: "latest",
platformName: "Windows 11",
"sauce:options": {
geckodriverVersion: "0.34.0",
headless: true,
},
},
sl_edgeW3C: {
base: "SauceLabs",
browserName: "microsoftedge",
browserVersion: "latest",
platform: "Windows 11",
},
};

config.set({
Expand Down

0 comments on commit 3923878

Please sign in to comment.