E2e Testing

Playwright browser end-to-end testing, covering suite layout, the Page Object Model, configuration, semantic locators, the canonical flaky-test policy, artifacts, and CI wiring. Use when you say "write a Playwright test for the login flow", "our e2e suite is flaky", "set up playwright.config.ts", "add e2e tests to CI", or "test the checkout journey in a browser". Not for backend capability sweeps against a live stack, use `e2e-runbooks`.

Lukk17 cb27a39 2 files · 14.0 KB Updated

File contents

Lukk17/agent-standards/tree/main/.agents/skills/e2e-testing commit cb27a3933c

Frequently asked questions

npx skillmds@latest add lukk17/e2e-testing