Skip to content

Commit

Permalink
chore: saucelabs firefox update (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
devcorpio authored Nov 3, 2022
1 parent 4cbb795 commit ecde399
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-utils/test-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ function getBrowserList(pkg = 'default') {
{
browserName: 'firefox',
browserVersion: 'latest',
platformName: 'Windows 10'
platformName: 'Windows 10',
'sauce:options': {
geckodriverVersion: '0.30.0' // reason: https://github.com/karma-runner/karma-sauce-launcher/issues/275
}
}
]
}
Expand Down

0 comments on commit ecde399

Please sign in to comment.