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
- Phase 3: system-level `*test-design`, then `*framework` and `*ci`.
33
38
- Phase 4: per-epic `*test-design`, optional `*atdd`, then `*automate` and optional `*test-review`.
@@ -55,8 +60,8 @@ If you are unsure, default to the integrated path for your track and adjust late
55
60
|`*framework`| Playwright/Cypress scaffold, `.env.example`, `.nvmrc`, sample specs | Use when no production-ready harness exists | - |
56
61
|`*ci`| CI workflow, selective test scripts, secrets checklist | Platform-aware (GitHub Actions default) | - |
57
62
|`*test-design`| Combined risk assessment, mitigation plan, and coverage strategy | Risk scoring + optional exploratory mode |**+ Exploratory**: Interactive UI discovery with browser automation (uncover actual functionality) |
58
-
|`*atdd`| Failing acceptance tests + implementation checklist | TDD red phase + optional recording mode |**+ Recording**: AI generation verified with live browser (accurate selectors from real DOM)|
59
-
|`*automate`| Prioritized specs, fixtures, README/script updates, DoD summary | Optional healing/recording, avoid duplicate coverage |**+ Healing**: Pattern fixes enhanced with visual debugging + **+ Recording**: AI verified with live browser|
63
+
|`*atdd`| Failing acceptance tests + implementation checklist | TDD red phase + optional recording mode |**+ Recording**: UI selectors verified with live browser; API tests benefit from trace analysis|
-[Testing as Engineering](/docs/explanation/philosophy/testing-as-engineering.md) - **Start here to understand WHY TEA exists** - The problem with AI-generated tests and TEA's three-part solution
0 commit comments