Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 31, 2023
1 parent e2bb2f1 commit 69a26c7
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,28 @@ const baseConfig = {
showDiff: true
},
customLaunchers: {
FirefoxDebug: {
base: "Firefox",
"moz:debuggerAddress": true
sl_edge: {
base: 'SauceLabs',
browserName: 'chrome',
browserVersion: 'latest'
},
sl_chrome: {
base: 'SauceLabs',
browserName: 'chrome',
platform: 'Windows 10',
browserVersion: 'latest'
},
sl_firefox: {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Windows 11',
browserVersion: 'latest',
'moz:debuggerAddress': true
},
sl_safari: {
base: 'SauceLabs',
browserName: 'safari',
version: 'latest'
},
ChromeDebug: {
base: 'Chrome',
Expand Down

0 comments on commit 69a26c7

Please sign in to comment.