E2e Test Creator

Generates full user-journey end-to-end tests through a real browser UI using Playwright, Cypress, or Selenium/WebDriver. Detects the repo's browser test tooling and layout convention, infers journeys from changed routes/pages (diff mode) or takes explicit journey descriptions (backfill mode), writes tests asserting only on user-visible outcomes (never internal DOM/state), runs them against a reachable app instance, and iterates until green. Keywords: e2e tests, end-to-end, browser test, Playwright, Cypress, Selenium, user journey, click-through test. Not for below-the-UI service-seam tests (integration-test-creator), isolated mocked unit tests (unit-test-creator), or consumer/provider contract agreements (contract-test-creator). Web browser flows only — not API/CLI black-box journeys.

luckyrjain 9d0dbef 34 files · 97.9 KB Updated

File contents

luckyrjain/software-builder/tree/main/skills/e2e-test-creator commit 9d0dbefe9d

Frequently asked questions

npx skillmds@latest add luckyrjain/e2e-test-creator