Skip to content

[TESTING] Automate test suite execution in CI #353

@dev-fatima-24

Description

@dev-fatima-24

Priority: critical

Description

Tests across all services must run automatically in CI on every pull request. This ensures no PR can be merged with failing tests.

Acceptance Criteria

  • Backend tests run via npm test in CI
  • Frontend tests run via npm test in CI
  • Python service tests run via pytest in CI
  • Contract tests run via cargo test in CI
  • All test jobs must pass before a PR can be merged to main

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions