Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
E2E Testing Patterns logo
Skill

E2E Testing Patterns

Keeps browser test suites from decaying into flaky maintenance work.

0
SaveVisit website ↗

Install

/plugin marketplace add wshobson/agents; /plugin install developer-essentials
Triggers on

When end-to-end tests are being written, a suite turns flaky, or browser tests go into CI.

Author
wshobson
License
MIT

Covers Playwright and Cypress with the rules that decide whether a suite survives its first six months: stable selectors from roles and test ids instead of CSS chains, waiting on conditions rather than fixed timeouts, and page objects so a UI change touches one file. It also draws the line on what belongs at this level — critical journeys like login and checkout, not edge cases better served by unit tests. Debugging gets its own section: headed runs, trace viewer, and test steps that make a CI failure readable.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?