
QA Automation Suite
Complete QA workflow from requirements documentation to E2E test execution with Playwright.
Install
Run this command to install all skills in this plugin:
npx skillstore add @qa-automation-suite Skills will be installed to .claude/skills/ directory
Overview
Usage Guide
Enhanced by AIDetailed Guide
## Overview QA Automation Suite provides an end-to-end quality assurance workflow: from parsing requirements documents into structured test cases, through writing resilient Playwright E2E tests, to executing a comprehensive testing strategy covering unit, integration, and browser automation. ## Quick Start 1. Install the plugin: `npx skillstore add @qa-automation-suite` 2. Use **casely** to generate test cases from your requirements docs — run `/init` to set up, `/parse` to extract requirements from PDF/DOCX, and `/generate` to produce TestRail-ready Excel exports 3. Write resilient E2E tests with **playwright-best-practices** — it guides you on Page Object Models, web-first assertions, fixtures, and network mocking for any `.spec.ts` or `.test.ts` file 4. Follow the **testing-qa** workflow to ensure full coverage across unit tests, integration tests, E2E tests, and browser automation ## Key Commands - `/init` — Initialize casely for your project (sets test style and conventions) - `/parse` — Extract requirements from PDF, DOCX, or XLSX documents - `/plan` — Create a test plan from parsed requirements - `/generate` — Generate test cases with TestRail Excel export - `/export` — Export finalized test cases to spreadsheet format ## Tips - Start with casely `/parse` on your PRD or spec document, then feed the generated test plan into your Playwright test files — playwright-best-practices will ensure your locators and assertions follow resilient patterns - Use testing-qa alongside casely and playwright-best-practices to maintain a balanced testing pyramid: unit tests for logic, integration tests for APIs, and E2E tests for critical user journeys
Skills
3casely
Safe 81Intelligent QA assistant that automates writing test cases from project documentation. Use when the user wants to generate test cases from requirements, runs /init, /parse, /style, /plan, /generate, /export, or works with PDF/DOCX/XLSX requirement documents and TestRail-ready Excel export.
playwright-best-practices
Safe 67Provides Playwright test patterns for resilient locators, Page Object Models, fixtures, web-first assertions, and network mocking. Must use when writing or modifying Playwright tests (.spec.ts, .test.ts files with @playwright/test imports).
testing-qa
Safe 66Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.
Similar Plugins

OpenClaw Browser Automation
Automate repeatable browser tasks, extract web data, and capture evidence on authorized sites
3 skills

Python API Delivery Kit
Build and ship Python APIs faster with aligned patterns for FastAPI services, database layers, and pytest coverage. Ideal for teams setting up production-ready backend workflows without piecing together separate references.
3 skills

Quality Assurance Suite
Comprehensive testing and quality assurance toolkit for modern software development. Covers test-driven development, testing strategy design, and automated code quality validation.
3 skills