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',

Check failure on line 71 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Delete `··`
browserName: 'chrome',

Check failure on line 72 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Delete `··`
browserVersion: 'latest'

Check failure on line 73 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Delete `··`
},
sl_chrome: {
base: 'SauceLabs',

Check failure on line 76 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Delete `··`
browserName: 'chrome',

Check failure on line 77 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Delete `··`
platform: 'Windows 10',

Check failure on line 78 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Delete `··`
browserVersion: 'latest'

Check failure on line 79 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Delete `··`
},
sl_firefox: {
base: 'SauceLabs',

Check failure on line 82 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Replace `········` with `······`
browserName: 'firefox',

Check failure on line 83 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Delete `··`
platform: 'Windows 11',

Check failure on line 84 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Replace `········` with `······`
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.