Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 350 Bytes

TESTING.md

File metadata and controls

25 lines (17 loc) · 350 Bytes

Testing

End-to-end tests for CHT Sync can be found under tests/.

Pre-requisites:

  • Node.js version > 20

In order to run these end-to-end tests locally, follow the steps below:

  1. Install the dependencies via:
npm ci
  1. Run the couch2pg unit tests:
npm test
  1. Run the end-to-end tests:
npm run test:e2e