Create E2e Tests

Create end-to-end (e2e) tests for an Angular component using Playwright or Cypress. Use when the user wants e2e or browser tests, a Cypress `.cy.ts` spec, a Playwright e2e `.spec.ts`, or mentions testing a component in a real browser. Detects the configured platform (asks only when both or neither are set up), scaffolds it when missing, then writes and runs the spec. Not for unit or TestBed component tests – use ng-testing for those.

L-X-T Updated

File contents

L-X-T/ng-agentic-skills/tree/main/.agents/skills/create-e2e-tests commit da3f04028c

Frequently asked questions

npx skillmds@latest add l-x-t/create-e2e-tests