From 427d9b8bbb94fceb9001f1fab4a145515290673e Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:51:41 +0200 Subject: [PATCH] Clarify minimum Chrome 64 (run) / Chrome 80 (open) --- docs/guides/guides/launching-browsers.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guides/guides/launching-browsers.mdx b/docs/guides/guides/launching-browsers.mdx index ec2665c684..e17c5c4802 100644 --- a/docs/guides/guides/launching-browsers.mdx +++ b/docs/guides/guides/launching-browsers.mdx @@ -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. @@ -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: