Migration paths
How to move from Playwright-only imperative suites, ad hoc LLM eval notebooks, or mixed legacy E2E—without boiling the ocean.
Full migration guides ship after more field experience. For now, use Phase 0 — Inventory and Journey: Escaping brittle E2E to pick the first 5–8 goals.
Agent prompts
Optional: use these with a coding agent to implement this phase in your repo in a safe, gated sequence. Expand only when you need them.
- Export a list of our top 20 Playwright tests; mark which assert user outcomes vs implementation detail.
- Pick three to retire in favour of one Testing goal each; justify in the PR description.
- Identify any eval notebooks that duplicate those goals; plan to delete or archive after parity.