From ac-qa
Generates Markdown templates for E2E test definitions with steps, criteria, screenshots, and JSON output. For use with test-e2e skill and Playwright CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ac-qa:e2e-templateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!--
As a I want to So that
<path>{
"test_name": "<Test Name>",
"status": "passed",
"screenshots": [
"{PROJECT_ROOT}/outputs/e2e/<test-name>/01_initial_state.png",
"{PROJECT_ROOT}/outputs/e2e/<test-name>/02_after_action.png"
],
"error": null
}
playwright-cli video-start before and video-stop after the test flow. Output saved to {PROJECT_ROOT}/outputs/e2e/{PROJECT_ROOT}/outputs/e2e/<test-name>/npx claudepluginhub waterplanai/agentic-config --plugin ac-qaBuild E2E test specs for critical user journeys — Playwright or Cypress, page objects, setup/teardown, CI config. Use when asked to "write E2E tests", "end-to-end testing", "browser tests", "UI tests", or "Playwright tests".
Builds E2E test suites for critical user journeys using Playwright or Cypress, with page objects, setup/teardown, and CI config.
Executes E2E tests from definition files using Playwright CLI browser automation. Runs steps like navigate, click, fill, verify; captures screenshots/videos; outputs JSON results.