Skip to content

Commit

Permalink
Try running FF in linux OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Oct 10, 2023
1 parent 1c65a70 commit e2dce6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixtures/browser/karma.sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ const customLaunchers = {
slFirefox: {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Windows 11',
platform: 'Linux',
browserVersion: 'latest'
},
slFirefox91: {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Windows 11',
platform: 'Linux',
browserVersion: '91',
'sauce:options': {
geckodriverVersion: '0.30.0'
Expand Down

0 comments on commit e2dce6d

Please sign in to comment.