update instructions in contributing

This commit is contained in:
kevmodrome 2020-06-11 18:15:29 +02:00
parent e68ce5e87e
commit eb178f3fac
1 changed files with 3 additions and 1 deletions

View File

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