Skip to content

Commit

Permalink
docs: Add section to tell contributors to install cypress before runn…
Browse files Browse the repository at this point in the history
…ing e2e tests (no-changelog) (#8466)
  • Loading branch information
despairblue authored Jan 27, 2024
1 parent db48bdd commit 16439de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ tests of all packages.

#### E2E tests

⚠️ You have to run `pnpm cypress:install` to install cypress before running the tests for the first time and to update cypress.

E2E tests can be started via one of the following commands:

- `pnpm test:e2e:ui`: Start n8n and run e2e tests interactively using built UI code. Does not react to code changes (i.e. runs `pnpm start` and `cypress open`)
Expand Down

0 comments on commit 16439de

Please sign in to comment.