You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] update chrome install steps for Auth builds. (#7602)
Update the Chrome installation steps to use the new method of installation. This unlocks us to test against the latest and greatest chrome versions.
Changes include:
* The use of puppeteer to install chrome on the CI VMs.
* An update to the chromedriver npm module so that it may be properly configured to use the new Chrome download URLs.
* An update of node from v14 to v16 for all CI runners. The latest version of Chrome Driver requires at v16+.
* The addition of `--npm-path npm` to all `run-s` and `run-p` invocations, as they otherwise fail when invoked via `npx` on node v16.
* Removed the installation of chrome in the `Test Auth on Firefox If Changed` in `test-changed-auth.yml` as it seemed like it seemed superfluous.
0 commit comments