Skip to content

Commit 8628816

Browse files
authored
Add browser support section (#6237)
1 parent 592c22f commit 8628816

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/app/get-started/install-cypress.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,20 @@ In [[email protected]](https://github.com/pnpm/pnpm/releases/tag/v10.4.0) and above, t
179179
pnpm --allow-build=cypress add --save-dev cypress
180180
```
181181

182+
### Browsers
183+
184+
Each Cypress release includes the Electron-bundled Chromium [browser](/app/references/launching-browsers#Electron-Browser).
185+
186+
The latest 3 major versions of the following browsers are also supported:
187+
188+
- [Google Chrome](/app/references/launching-browsers#Chrome-Browsers)
189+
- [Microsoft Edge](/app/references/launching-browsers#Edge-Browsers)
190+
- [Mozilla Firefox](/app/references/launching-browsers#Firefox-Browsers) (_release Firefox [141.0](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/141) and above requires a minimum Cypress [14.1.0](https://docs.cypress.io/app/references/changelog#14-1-0)_)
191+
192+
Additionally:
193+
194+
- [WebKit](https://docs.cypress.io/app/references/launching-browsers#WebKit-Experimental) is experimentally supported
195+
182196
### Hardware
183197

184198
When running Cypress locally, it should run comfortably on any machine that is

0 commit comments

Comments
 (0)