What problem does it solve? Building and maintaining a comprehensive web test suite requires expertise across many tools and testing disciplines. This Skill consolidates unit, integration, E2E, load, security, visual regression, and accessibility testing into one guided workflow with ready-made configs, scripts, and checklists. ## Core Features & Use Cases - Multi-Layer Test Automation: Covers Vitest unit tests, Playwright E2E and component tests, k6 load tests, axe-core accessibility audits, and OWASP security checks. - Project Scaffolding & Result Analysis: Includes scripts to initialize a best-practice Playwright setup and to parse Playwright, Vitest, and JUnit results into unified summaries. - Strategy & Checklists: Provides testing pyramid/trophy/honeycomb strategy guidance, flakiness mitigation patterns, CI/CD workflow templates, and pre-release checklists. - Use Case: A team shipping a React SPA can scaffold Playwright with auth fixtures, add axe-core accessibility gates, run k6 load tests against staging, and merge sharded CI reports before release. ## Quick Start Ask the assistant to set up Playwright E2E tests with authentication fixtures and CI sharding for your web application.