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.
npx claudepluginhub waterplanai/agentic-config --plugin ac-qaThis skill is limited to using the following tools:
<!--
Designs E2E test specs from user stories with steps, verification checkpoints, screenshots, and success criteria for Playwright/Cypress journeys.
Build 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".
Executes E2E tests from definition files using Playwright CLI browser automation. Runs steps like navigate, click, fill, verify; captures screenshots/videos; outputs JSON results.
Share bugs, ideas, or general feedback.
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>/