jobhunt-platform/apps/api/tests
hermes aa858bd2c1
Some checks failed
CI / api-tests (push) Failing after 32s
CI / package-tests (push) Failing after 38s
CI / web-tests (push) Failing after 36s
Screenshot pipeline + fixes found under real render (CORS, batch state stomp, prompt-aware cv_tailor mock)
- scripts/screenshots.py + scripts/Dockerfile.shots: playwright-in-compose
  runner, 7 demo shots against the seeded stack (DinD-safe, output volume)
- docker-compose.yml: api + web services (nginx SPA + /api proxy-less via
  build-arg VITE_API_BASE), shots service with volume output
- apps/api: add CORSMiddleware (SPA origin web:80 could not read api:8000),
  batch scoring now refuses to rewrite applications beyond
  discovered/scored (kanban page load previously reset sent/interviewing
  to scored), prompt-aware cv_tailor mock so demo passes hallucination
  guard, hallucination-guard tests repointed to monkeypatched run_task
- apps/web: Applications kanban batches only unscored applications, red
  flag display falls back to stored rationale
- 159 api tests + 14 web tests green after fixes
2026-07-30 21:40:14 +00:00
..
__init__.py T1: FastAPI backend core (models, state machine, approval gate) + compose test runner 2026-07-30 18:10:59 +00:00
conftest.py WA1: migration 003, imap_watch, notify, scheduler jobs, suggestions+notifications endpoints, email_classify mock 2026-07-30 20:40:03 +00:00
test_api.py T1: FastAPI backend core (models, state machine, approval gate) + compose test runner 2026-07-30 18:10:59 +00:00
test_approval.py T1: FastAPI backend core (models, state machine, approval gate) + compose test runner 2026-07-30 18:10:59 +00:00
test_cv_import.py W2: api v1 features (CV import, AF fetch, batch scoring, today/nudges, interview prep, SMTP+clipboard transports, scheduler, 90 tests) 2026-07-30 18:29:17 +00:00
test_postings_fetch.py W2: api v1 features (CV import, AF fetch, batch scoring, today/nudges, interview prep, SMTP+clipboard transports, scheduler, 90 tests) 2026-07-30 18:29:17 +00:00
test_statemachine.py T1: FastAPI backend core (models, state machine, approval gate) + compose test runner 2026-07-30 18:10:59 +00:00
test_v1_features.py WS1: Add 8 extended seed-demo tests (cluster, deadlines, red flags, suggestions, notifications, telemetry, artifacts) 2026-07-30 21:10:30 +00:00
test_v11_email_notify.py WA1: add 35 tests for email watch, notifications, suggestions, digest 2026-07-30 20:41:27 +00:00
test_v11b_wb1.py Screenshot pipeline + fixes found under real render (CORS, batch state stomp, prompt-aware cv_tailor mock) 2026-07-30 21:40:14 +00:00