Files
dance-lessons-coach/pkg
Gabriel Radureau b6da5e15e0 🔍 feat(bdd): add state tracer for debugging test execution and state pollution
- Add STATE_TRACER_README.md documenting purpose, usage, limitations, and future enhancements
- Add state_tracer.go with per-process file-based tracing to $TMPDIR
- Trace scenario start/end, database cleanup, JWT secret operations
- Integrate tracing into suite.go BeforeScenario/AfterScenario hooks
- Document findings: sequential execution per feature, shared database across processes
- Identify root causes: in-memory JWT secrets not isolated by schema, config reload timing

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-04-11 10:20:38 +02:00
..