Skip to content

Commit

Permalink
Configure Sauce Labs to use Firefox 115 (current ESR version)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Nov 22, 2023
1 parent 7d09129 commit 4225a51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/wdio.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const sauceConfig = {
},
{
browserName: 'firefox',
browserVersion: '55',
browserVersion: '115',
platformName: 'Windows 10',

// Configure Firefox profile for extended debugging
Expand Down Expand Up @@ -82,7 +82,6 @@ const sauceConfig = {
const puppeteerConfig = {
automationProtocol: 'devtools',
capabilities: [
// { browserName: 'firefox' },
{
browserName: 'chrome',
'goog:chromeOptions': {
Expand Down

0 comments on commit 4225a51

Please sign in to comment.