From eb178f3fac40d22807c6d586164b62dd16ecd1bf Mon Sep 17 00:00:00 2001 From: kevmodrome Date: Thu, 11 Jun 2020 18:15:29 +0200 Subject: [PATCH] update instructions in contributing --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac35a4277d..9d473198b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -170,12 +170,14 @@ Follow from **Step 3. Install and Build** in the setup guide above. You should h #### End-to-end Tests -Budibase uses Cypress to run a number of E2E tests. To run the tests execute the following command: +Budibase uses Cypress to run a number of E2E tests. To run the tests execute the following command in the root folder: ``` yarn test:e2e ``` +Or if you are in the builder you can run `yarn cy:test`. + ### Other Useful Information