1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-08-16 16:40:30 +03:00

docs: Add section to tell contributors to install cypress before running e2e tests (no-changelog) (#8466)

This commit is contained in:
Danny Martini 2024-01-27 19:01:17 +01:00 committed by GitHub
parent db48bdd6d1
commit 16439dec02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`)