From 4044971af0d7212e13c8ffce924ce760361ca210 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 11 Aug 2022 12:06:46 +0200 Subject: [PATCH] Update CONTRIBUTING.md (#3966) * Update CONTRIBUTING.md * Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a23ea60e4..cf21e0dd7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,6 +48,12 @@ To start the testing suite run: yarn e2e +This will run Cypress in watch-mode, and it will pick up and rebuild any changes to JS files. If you need to change other files (like CSS for example), you need to run the respective `yarn build:*` scripts. + +Alternatively the following command is the same as the above, except it doesn't run `build` first: + + yarn e2e:skip-build + To generate the boilerplate for a new test run: yarn e2e:generate