docs: ADR-001 Playwright stack decision — Path A (#463) — v1.3.76#689
Merged
Conversation
…#463) — v1.3.76 Closes #463 (parent: #462). Records the Path-A decision: keep the existing Python tests/e2e/ suite (pytest-playwright + pytest-bdd + pytest-html, 60+ scenarios, gating contract) and add @playwright/test Test Agents alongside under a new tests/agents/ once #464 unblocks. Path A vs B vs C trade-offs documented; reasons for picking A: - Zero migration risk - 2,651-test contract stays gating - Path-B (full migration) stays open for re-evaluation - Path-C (skip agents) stays as fallback if agents don't pay off Constraints: #464 needs Node-install OK in this repo's sandbox. While #464 is blocked, most of #465 (specs/*.md) and #466 (regression Gherkin scenarios for UI bugs #452-#460) can ship via the existing Python harness — the agents bootstrap is only strictly required for #467 (healer-in-CI auto-patch comments).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Architecture Decision Record for the Playwright Test Agents epic (#462). Records the Path-A choice: keep the existing Python
tests/e2e/suite as the gating contract, add@playwright/testTest Agents alongside undertests/agents/once #464 unblocks. Pure docs PR — no code changes.Closes #463 (parent: #462).
What changed
docs/maintainers/ADR-001-playwright-stack.md(150 lines)[1.3.76]under AddedWhat's new
docs/maintainers/Decision summary
Path A — TS agents alongside Python pytest-playwright (chosen).
The existing 60+ scenario Python E2E suite is the contract today. Path A keeps that contract gating CI and adds the Test Agents trio (Planner / Generator / Healer) as a parallel surface. After one full epic cycle (after #467 ships) we re-evaluate whether full migration to Path B is worth the porting effort.
Path B (migrate to TS entirely) was rejected for now because:
@playwright/testtranslation is significant workPath C (skip agents entirely) was rejected because the auto-generated Healer / drift-detection workflow has a clear value prop for the 9 UI bugs filed this session (#452–#460).
How to test it
Pre-merge checklist
Closes #463in body + ADR filedocs: ...[1.3.76]Added entry[1.3.76]Bundle
docs/maintainers/ADR-001-playwright-stack.md— new (150 lines): Context / Three paths / Decision: A / Constraints / Layout / Out of scope / Referencesllmwiki/__init__.py,pyproject.toml— version 1.3.75 → 1.3.76README.md— version badge bumpCHANGELOG.md—[1.3.76]Added entryOut of scope / follow-ups
Next
After merge: tag
v1.3.76, then ship the pragmatic-deliverable PR that landsspecs/*.mdfor the 8 page types (closes the docs half of #465) +tests/e2e/features/regression/*.featurefor UI bugs #452–#460 (closes the regression-lock half of #466) — both achievable today on the Python harness without unblocking #464.