5 Commits

Author SHA1 Message Date
Joey Perrott
fcf6426732 ci: remove circleci as we no longer rely on it
Remove CircleCI artifacts and configuration
2024-11-12 13:09:11 -08:00
Charles Lyding
49ee88676d ci: only download saucelabs connect utility when running tests
The saucelabs connect tunnel utility is now only downloaded when a
saucelabs related test is executed. Previously it was part of the
root `package.json` and downloaded whenever a package install was
executed. The utility archive was also not an actual package which
incidentally worked with npm but does not work with newer versions
of yarn. A SHA256 check is also now performed prior to executing
the utility to verify the expected file is present.
2024-06-10 15:38:25 -04:00
Charles Lyding
2595ff3e84 ci: move saucelabs browser testing to GHA 2023-10-30 11:27:16 +01:00
Charles
0d0d124a6d build: yarn upgrade lock update (#15589)
* build: yarn upgrade lock update

* build: change sauce connect proxy name to avoid npm package shadowing

`sauce-connect` is an old npm package.  Using the name for the saucelabs proxy tool causes false security vulnerability warnings.

* build: update license exceptions

mainly removal of now unneeded exceptions
2019-09-17 08:34:09 -07:00
Charles
f83fe22635 test: integrate browser testing for differential loading (#15065) 2019-07-15 09:48:20 -07:00