update instructions in contributing
This commit is contained in:
parent
e68ce5e87e
commit
eb178f3fac
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue