Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 299 Bytes

TESTING.md

File metadata and controls

22 lines (19 loc) · 299 Bytes

Testing

We use Cypress for testing.

Choose an environment to test against:

cp config/dev.json public/config.json

Run All Tests

npm test

Local Test Development

Start a local server:

npm start

Then open Cypress:

npm cypress:open