-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update sauce connect launcher
- Loading branch information
1 parent
9306db8
commit 24e9b2e
Showing
6 changed files
with
21 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10039,8 +10039,7 @@ | |
}, | ||
"node_modules/sauce-connect-launcher": { | ||
"version": "1.3.2", | ||
"resolved": "https://registry.npmjs.org/sauce-connect-launcher/-/sauce-connect-launcher-1.3.2.tgz", | ||
"integrity": "sha512-wf0coUlidJ7rmeClgVVBh6Kw55/yalZCY/Un5RgjSnTXRAeGqagnTsTYpZaqC4dCtrY4myuYpOAZXCdbO7lHfQ==", | ||
"resolved": "git+ssh://[email protected]/vaadin/sauce-connect-launcher.git#0924fce2fa804545693e7c50201f315ca37b84bf", | ||
"dev": true, | ||
"hasInstallScript": true, | ||
"optional": true, | ||
|
@@ -21588,9 +21587,7 @@ | |
"dev": true | ||
}, | ||
"sauce-connect-launcher": { | ||
"version": "1.3.2", | ||
"resolved": "https://registry.npmjs.org/sauce-connect-launcher/-/sauce-connect-launcher-1.3.2.tgz", | ||
"integrity": "sha512-wf0coUlidJ7rmeClgVVBh6Kw55/yalZCY/Un5RgjSnTXRAeGqagnTsTYpZaqC4dCtrY4myuYpOAZXCdbO7lHfQ==", | ||
"version": "git+ssh://[email protected]/vaadin/sauce-connect-launcher.git#0924fce2fa804545693e7c50201f315ca37b84bf", | ||
"dev": true, | ||
"optional": true, | ||
"requires": { | ||
|
@@ -21649,7 +21646,8 @@ | |
"glob": "^7.1.3" | ||
} | ||
} | ||
} | ||
}, | ||
"from": "sauce-connect-launcher@vaadin/sauce-connect-launcher#upgrade-sauce-connect-5" | ||
}, | ||
"select-hose": { | ||
"version": "2.0.0", | ||
|
@@ -23697,7 +23695,7 @@ | |
"cleankill": "^2.0.0", | ||
"lodash": "^4.17.10", | ||
"request": "^2.85.0", | ||
"sauce-connect-launcher": "^1.0.0", | ||
"sauce-connect-launcher": "vaadin/sauce-connect-launcher#upgrade-sauce-connect-5", | ||
"temp": "^0.8.1", | ||
"uuid": "^3.2.1" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,21 +19,6 @@ module.exports = { | |
] | ||
} | ||
}, | ||
// MAGI REMOVE START | ||
istanbul: { | ||
dir: './coverage', | ||
reporters: ['text-summary', 'lcov'], | ||
include: [ | ||
'**/vaadin-accordion/src/*.html' | ||
], | ||
exclude: [], | ||
thresholds: { | ||
global: { | ||
statements: 98 | ||
} | ||
} | ||
} | ||
// MAGI REMOVE END | ||
}, | ||
|
||
registerHooks: function(context) { | ||
|
@@ -47,11 +32,9 @@ module.exports = { | |
'iOS Simulator/[email protected]', // should be 9.x, but SauceLabs does not provide that | ||
'macOS 11/safari@latest', | ||
'Windows 10/microsoftedge@latest', | ||
'Windows 10/microsoftedge@18', | ||
'Windows 10/internet explorer@11', | ||
'Windows 10/chrome@latest', | ||
'Windows 10/firefox@latest', | ||
'Windows 10/firefox@78', // latest ESR as of 2021-06-30 | ||
]; | ||
|
||
if (env === 'saucelabs') { | ||
|