Skip to content

Commit 9777604

Browse files
authored
docs: add Chrome for Testing to main README (#1366)
1 parent b538094 commit 9777604

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,17 @@ Cypress officially [supports][Cypress Browser Support] the latest 3 major versio
4646
<!-- browser links -->
4747

4848
[Chrome]: https://developer.chrome.com/
49+
[Chrome for Testing]: https://developer.chrome.com/blog/chrome-for-testing
4950
[Firefox]: https://www.mozilla.org/firefox
5051
[Firefox Channel Choice]: https://support.mozilla.org/en-US/kb/choosing-firefox-update-channel
5152
[Edge]: https://developer.microsoft.com/microsoft-edge/
5253
[Chromium]: https://www.chromium.org/Home/
5354
[Cypress Browser Support]: https://docs.cypress.io/app/references/launching-browsers#Browser-versions-supported
5455

56+
### Chrome for Testing
57+
58+
[Google Chrome for Testing][Chrome for Testing] is an alternate version of Chrome which is supported by [Cypress 13.17.0](https://docs.cypress.io/app/references/changelog#13-17-0) and above. The [examples/chrome-for-testing](./examples/chrome-for-testing/) directory shows how it can be built into a custom Cypress Docker image.
59+
5560
### Mozilla geckodriver
5661

5762
[cypress/browsers](./browsers/) and [cypress/included](./included/) images with Firefox `139.0.1` and above are built with the [Mozilla geckodriver](https://github.com/mozilla/geckodriver) included. This driver is needed to test when using Firefox with Cypress versions >= [13.15.1](https://docs.cypress.io/app/references/changelog#13-15-1). The environment variable `GECKODRIVER_PATH` points to the driver located at `/opt/geckodriver/geckodriver`. Earlier images, that do not include the driver, may attempt to download the driver at run-time when testing Firefox, causing failures in air-gapped network environments with no Internet access.

0 commit comments

Comments
 (0)