We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aeda7c commit 09a4c83Copy full SHA for 09a4c83
protractor-circleci-conf.js
@@ -10,8 +10,8 @@ config.sauceKey = process.env.SAUCE_ACCESS_KEY;
10
config.multiCapabilities = [
11
capabilitiesForSauceLabs({
12
browserName: 'chrome',
13
- platform: 'OS X 10.14',
14
- version: '81'
+ platform: 'OS X 10.15',
+ version: '91'
15
}),
16
17
browserName: 'firefox',
0 commit comments