mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
docs: Add section to tell contributors to install cypress before running e2e tests (no-changelog) (#8466)
This commit is contained in:
parent
db48bdd6d1
commit
16439dec02
|
@ -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`)
|
||||
|
|
Loading…
Reference in a new issue