testing-suite
Installation
SKILL.md
Testing Suite Skill
Overview
Set up and configure comprehensive testing for Storybook 10 components, including interaction tests with play functions, accessibility testing with axe-core, and visual regression testing with Playwright.
This skill provides guidance on implementing modern component testing patterns using Storybook 10's integrated testing capabilities.
What This Skill Provides
Testing Strategy Guidance
Configure the right testing setup based on:
- Project requirements: Unit, integration, or end-to-end testing
- Framework choice: React Testing Library, Vue Testing Library, Svelte Testing Library
- Testing scope: Interaction tests, accessibility, visual regression
- CI/CD integration: GitHub Actions, GitLab CI, CircleCI