Skip to content

Remove Chrome 64 and 80 minimum references #6187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/app/references/launching-browsers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ seeing failures in CI, to easily debug them you may want to run locally with the

### Chrome Browsers

All Chrome\* flavored browsers will be detected and are supported above
Chrome 64, with the restriction that a minimum of Chrome 80 is required to use
`cypress open`.
All Chrome\* flavored browsers are detected and supported by Cypress.

You can launch Chrome like this:

Expand All @@ -112,7 +110,7 @@ cypress run --browser chrome
To use this command in CI, you need to install the browser you want - or use one
of our [docker images](/app/continuous-integration/overview#Cypress-Docker-Images).

By default, we will launch Chrome in headlessly during `cypress run`. To run
By default, we will launch Chrome headlessly during `cypress run`. To run
Chrome headed, you can pass the `--headed` argument to `cypress run`.

You can also launch Chromium:
Expand Down