Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 356 Bytes

File metadata and controls

13 lines (9 loc) · 356 Bytes

Testing Guide

For complete instructions on running backend tests (Pytest) and frontend end-to-end tests (Playwright), see README_TESTING.md.

Common commands from the project root:

# Run all backend tests
pytest tests/

# Run E2E tests (backend + frontend servers will be started)
npx playwright test frontend/e2e-tests/