Skip to content

Latest commit

 

History

History
30 lines (12 loc) · 435 Bytes

testing.md

File metadata and controls

30 lines (12 loc) · 435 Bytes

Testing

Learn how to test FlatTrack.

Backend

The API uses Ginkgo as the e2e testing framework.

e2e tests

ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --progress test/backend/e2e

Frontend

The frontend uses Mocha as the testing framework.

e2e tests

npm run test:e2e

unit tests

npm run test:unit