Skip to content

Commit

Permalink
WEBUI-1314: sauce labs compatibility with firefox geckoDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Oct 6, 2023
1 parent 303b7f6 commit c76eee4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ if (process.env.SAUCE_USERNAME && process.env.SAUCE_ACCESS_KEY) {
browserName: 'firefox',
platform: 'Windows 10',
version: 'latest',
geckodriverVersion: '0.30.0',
'moz:debuggerAddress': true,
geckodriverVersion: '0.32.1',
},
sl_latest_edge: {
base: 'SauceLabs',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"three": "~0.125.0",
"uuid": "^3.3.2",
"web-animations-js": "^2.3.1",
"webdriverio": "^7.16.16"
"webdriverio": "^8.16.20"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"nuxeo": "^4.0.3",
"wdio-chromedriver-service": "^7.0.0",
"wdio-cucumberjs-json-reporter": "^2.0.3",
"webdriverio": "^7.2.0"
"webdriverio": "^8.16.20"
}
}
4 changes: 2 additions & 2 deletions plugin/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"chalk": "^2.4.1",
"cleankill": "^2.0.0",
"sauce-connect-launcher": "^1.2.4",
"sauce-connect-launcher": "^1.3.2",
"uuid": "^3.3.2",
"webdriverio": "^4.13.0"
"webdriverio": "^8.16.20"
}
}

0 comments on commit c76eee4

Please sign in to comment.