-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: use Chrome version from builder image
* We now have a way to version the builder image per branch, so updating the builder image in master won't break older release-* branches. * The versions downloaded from omahaproxy are prerelease versions. We should be testing against stable Chrome. * For local development, we can always override the ChromeDriver version: yarn webdriver-update --versions.chrome="$CHROME_VERSION" * We have scripts `webdriver-update-fedora` and `webdriver-update-macos` to make this easy on Fedora and macOS.
- Loading branch information
Showing
4 changed files
with
11 additions
and
65 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
This file was deleted.
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