Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 585 Bytes

Cypress api tests

To run the tests on your own machine

To set up the tests on your own machine:

  1. Go to the test-cypress folder
  2. Copy cypress.json.TEMPLATE to cypress.json.
  3. Run
npm install
npm run dev
  1. Look for the cypress interactive environment.

Testing against a different server

You can test against code running on any environment by changing the cacophony-api-server in cypress.json

More information

Before you write your own tests please read the following:

Test architecture