Skip to content

Commit

Permalink
moz:debuggerAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Nov 1, 2023
1 parent dfd2e3a commit 0f52190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ if (process.env.SAUCE_USERNAME && process.env.SAUCE_ACCESS_KEY) {
base: 'SauceLabs',
browserName: 'firefox',
version: 'latest',
"capabilities": {
"alwaysMatch": {
"moz:debuggerAddress": true

Check failure on line 32 in karma.conf.js

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 33 in karma.conf.js

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 34 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 0f52190

Please sign in to comment.