From 017edb09fefbf2d8a453da7a8a6ceab5b98751de Mon Sep 17 00:00:00 2001 From: aleidk Date: Fri, 8 Dec 2023 21:05:48 -0300 Subject: [PATCH] Add quick tip on cypress --- notes/utils/Cypress.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes/utils/Cypress.md diff --git a/notes/utils/Cypress.md b/notes/utils/Cypress.md new file mode 100644 index 0000000..3a5bb28 --- /dev/null +++ b/notes/utils/Cypress.md @@ -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` | +