Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 535 Bytes

File metadata and controls

21 lines (17 loc) · 535 Bytes

Running the unit and e2e tests

Unit tests using Jest library

  1. Running the unit tests using CLI
    pnpm test
  2. GitHub Continuous Integration workflow
  • .github/workflows/ci-test-tse-backend.yaml
  • .github/workflows/ci-test-mm-backend.yaml

Integration tests using Jest and TestContainers libraries

  1. Running tests using CLI
    pnpm test:e2e
  2. GitHub Continuous Integration workflow
  • .github/workflows/ci-test-tse-backend.yaml
  • .github/workflows/ci-test-mm-backend.yaml