To set up the tests on your own machine:
- Go to the test-cypress folder
- Copy cypress.json.TEMPLATE to cypress.json.
- Run
npm install
npm run dev
- Look for the cypress interactive environment.
You can test against code running on any environment by changing the cacophony-api-server in cypress.json
Before you write your own tests please read the following: