From 16439dec026db71820794d95e2595b8043931729 Mon Sep 17 00:00:00 2001 From: Danny Martini Date: Sat, 27 Jan 2024 19:01:17 +0100 Subject: [PATCH] docs: Add section to tell contributors to install cypress before running e2e tests (no-changelog) (#8466) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f24240b850..7480e60131 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`)