Skip to content

Commit 062bd77

Browse files
authored
Remove Chrome 64 and 80 minimum references (#6187)
1 parent 4aabad9 commit 062bd77

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/app/references/launching-browsers.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ seeing failures in CI, to easily debug them you may want to run locally with the
9999

100100
### Chrome Browsers
101101

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

106104
You can launch Chrome like this:
107105

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

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

118116
You can also launch Chromium:

0 commit comments

Comments
 (0)