e2e
Installation
SKILL.md
E2E Testing Skill
Generate Playwright E2E tests using the Page Object Model pattern based on existing module structures.
Commands
| Command | Description |
|---|---|
/e2e create <module> |
Create new E2E tests for a module |
/e2e update <module> |
Update existing E2E tests for a module |
<module> can be:
- A module name:
banner,product - A folder:
src/pages/cms/banner/or#Folder - A file:
src/pages/cms/banner/BannerPage.tsxor#File
Tip: Use Kiro's #File or #Folder context to quickly reference the module source.
When to Use This Skill
Related skills
More from habonn/portal-skills
daily-commit-summary
|
26commit
Smart git commit workflow using Conventional Commits format with AI-generated commit message suggestions based on staged changes.
22skill-auditor
|
11sprint-commit-summary
|
6test-ts
Generate TypeScript/Vitest unit tests by analyzing source file flow and ensuring 80%+ coverage.
5test-go
Generate Go unit tests by analyzing source file flow and ensuring 80%+ coverage.
5