Skip to content

Commit

Permalink
Update webdriver.sauce.conf.js (#24)
Browse files Browse the repository at this point in the history
support sauce region change
  • Loading branch information
ns-mnawaz committed Nov 13, 2020
1 parent c384d93 commit a958d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codeceptjs-saucelabs/lib/webdriver.sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let get = function (getBrowsers) {
user: process.env.SAUCE_USERNAME,
key: process.env.SAUCE_KEY || process.env.SAUCE_ACCESS_KEY,
tunnelIdentifier: process.env.SAUCE_TUNNEL_ID || process.env.SAUCE_PARENT_TUNNEL_ID,
region: 'us'
region: process.env.SAUCE_REGION || 'us'
}
},
multiple: {
Expand Down

0 comments on commit a958d36

Please sign in to comment.