End To End Testing

Writing, reviewing, refactoring, or running end-to-end tests, or verifying a change through the e2e suite — whole-system checks that drive a running build the way a real user or client does. Triggers on snapshots, test IDs, selectors or locators, polling and waiting, flaky tests, scenario coverage, a runner (Playwright, Cypress, Maestro, Detox, WebdriverIO, Vitest), or a failing e2e run. For a test that mocks its dependencies to isolate one unit, use a unit-testing capability; for the runner's own config and reporters, that runner's own. Covers the test-id then role then copy locator hierarchy, poll-not-sleep waiting, and server lifecycle.

axross 7e4ede6 7 files · 36.9 KB Updated

File contents

axross/skills/tree/main/skills/end-to-end-testing commit 7e4ede68b1

Frequently asked questions

npx skillmds@latest add axross/end-to-end-testing