Skip to content

Commit

Permalink
Clarify minimum Chrome 64 (run) / Chrome 80 (open) (#5891)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Aug 5, 2024
1 parent d016411 commit c384e58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guides/guides/launching-browsers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ browser by using the drop down near the top right corner:

Cypress supports the browser versions below:

- Chrome 80 and above.
- Chrome 64 and above. Chrome 80 and above is required for `cypress open` usage.
- Edge 80 and above.
- Firefox 86 and above.

Expand Down Expand Up @@ -85,7 +85,8 @@ 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.
Chrome 64, with the restriction that a minimum of Chrome 80 is required to use
`cypress open`.

You can launch Chrome like this:

Expand Down

0 comments on commit c384e58

Please sign in to comment.