You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python manage.py test # backend tests
npm run test # frontend tests (e.g. Playwright)
π¦ Deployment
The app deploys automatically to Heroku when changes are pushed to staging. Then Heroku pipeline is used to promote staging to production.
See .github/workflows for CI/CD setup.