chore: add files from master-wiki repo

This commit is contained in:
Alexander Navarro 2024-11-20 20:00:35 -03:00
parent f99a9ae2ac
commit 1847f6bf28
315 changed files with 1047341 additions and 0 deletions

View file

@ -0,0 +1,10 @@
## Browsers on linux
The browsers needs to be with a **binary** name known to cypress in your path,
if the browser has other name, it's not gonna be able to open it. To see a list
of brewsers, check [this source file](https://github.com/cypress-io/cypress/blob/develop/packages/launcher/lib/known-browsers.ts).
| Browser | binary names |
| - | - |
| Firefox Dev | `firefox-developer-edition`, `firefox` |