Create Run E2e Tests

Guide for writing and running new Playwright end-to-end tests in the `apps/e2e-tests/` directory of the Packmind monorepo. Use this skill whenever you add or modify a spec that drives the real frontend and API — for example testing a user flow, a new page/route, a feature behind a flag, or a UI behavior end-to-end. Triggers on "write an e2e test", "add a Playwright test", "test this flow end-to-end", "cover this page with an e2e", "e2e for the frontend", or any work that lands a `*.spec.ts` under apps/e2e-tests/src/. Prefer this over hand-rolling raw Playwright `test()` calls — the codebase has mandatory fixtures and a Page Object Model you must follow.

PackmindHub 4b67bff 11.0 KB Updated

File contents

PackmindHub/packmind/tree/main/.claude/skills/create-run-e2e-tests commit 4b67bff496

Frequently asked questions

npx skillmds@latest add packmindhub/create-run-e2e-tests