Skip to content

Commit

Permalink
Work around SauceLabs update for Geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHenninger committed May 22, 2023
1 parent e62846f commit 8f418fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0"
},
"resolutions": {
"webdriverio": "^7.19.5"
},
"scripts": {
"analyze": "NODE_ENV=analysis webpack --profile --json > bundleStats.json",
"build:js:base": "webpack -c webpack.base.js",
Expand Down
3 changes: 3 additions & 0 deletions packages/library/test/_karma/sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@ const customLaunchers = {
browserName: 'firefox',
version: 'latest-1',
platform: 'Windows 11',
"moz:debuggerAddress": true,
},
sl_firefox_latest: {
base: 'SauceLabs',
browserName: 'firefox',
version: 'latest',
platform: 'Windows 11',
"moz:debuggerAddress": true,
},
sl_firefox_beta: {
base: 'SauceLabs',
browserName: 'firefox',
version: 'beta',
platform: 'Windows 11',
"moz:debuggerAddress": true,
},
sl_edge_last: {
base: 'SauceLabs',
Expand Down

0 comments on commit 8f418fa

Please sign in to comment.