Skip to content

Commit 2b44398

Browse files
docs: update puppeteer docs to link to docker image examples (#31710)
1 parent 9934910 commit 2b44398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/puppeteer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Before using `@cypress/puppeteer`, ensure the following requirements are met:
4646

4747
- Cypress 13.6.0+ is required.
4848
- Only Chromium-based browsers are supported, such as Chrome for Testing, Chromium, and Electron.
49-
- Chrome-branded browsers (e.g., standard Chrome) are not supported in version 137+ due to Chrome's removal of the `--load-extension` flag. We recommend using Chrome for Testing or Chromium instead. [See download instructions](https://www.chromium.org/getting-involved/download-chromium/).
49+
- Chrome-branded browsers (e.g., standard Chrome) are not supported in version 137+ due to Chrome's removal of the `--load-extension` flag. We recommend using Chrome for Testing or Chromium instead. See Cypress Docker image examples for [Chrome for Testing](https://github.com/cypress-io/cypress-docker-images/tree/master/examples/chrome-for-testing) and [Chromium](https://github.com/cypress-io/cypress-docker-images/tree/master/examples/chromium).
5050

5151
## Usage
5252

0 commit comments

Comments
 (0)