testing/the-testing-workflow

the testing workflow Shipped

What this lens looks for

Complete closed-loop workflow — write implementation, write unit tests (with property-based for data transforms), run tests, validate test quality with mutation testing, kill surviving mutants, run security scan, run E2E verification; AI generates tests, deterministic tools validate them, AI closes gaps

What its verifier checks

All 7 workflow steps executed in order; mutation testing results reviewed before declaring tests complete; security scan step not skipped; E2E verification covers critical user journeys