Add quick tip on cypress
This commit is contained in:
parent
ae0f84bb7a
commit
017edb09fe
1 changed files with 10 additions and 0 deletions
10
notes/utils/Cypress.md
Normal file
10
notes/utils/Cypress.md
Normal 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` |
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue