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 4e49f83
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 @@ -28,7 +28,14 @@ if (process.env.SAUCE_USERNAME && process.env.SAUCE_ACCESS_KEY) {
browserName: 'firefox',
platform: 'Windows 10',
version: 'latest',
geckodriverVersion: '0.30.0',
geckodriverVersion: '0.32.1',

capabilities: {
alwaysMatch: {
'moz:debuggerAddress': true

Check failure on line 35 in karma.conf.js

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 36 in karma.conf.js

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 37 in karma.conf.js

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma

},
sl_latest_edge: {
base: 'SauceLabs',
Expand Down

0 comments on commit 4e49f83

Please sign in to comment.