testing-suite

Automate unit, E2E, and visual tests with Vitest, Playwright, and Storybook.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/emanuelrechsteiner/FairSplit --skill testing-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-suite
Source: https://github.com/emanuelrechsteiner/FairSplit/tree/main/.claude/skills/testing-suite
Command: npx skills add https://github.com/emanuelrechsteiner/FairSplit --skill testing-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates quality assurance testing workflows to enforce 90%+ test coverage and accessibility checks.

Core Features & Use Cases

  • Unit tests with Vitest and React Testing Library
  • E2E tests with Playwright
  • Visual tests with Storybook
  • Coverage enforcement of 90%+ across modules
  • Accessibility validation per WCAG 2.1 AA

Quick Start

Run the test suite with npm test to validate unit, E2E, and visual tests.

Frequently Asked Questions about testing-suite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate test coverage enforcement to reach 90% across my project?

Automated test coverage enforcement reaches 90% by orchestrating Vitest unit tests, Playwright E2E tests, and Storybook visual checks across modules within CI pipelines and local development workflows.

How does Playwright E2E testing integrate with Vitest unit tests?

Playwright E2E testing integrates with Vitest unit tests through a unified test suite orchestration workflow, triggered via npm test, validating both end-to-end user flows and component-level logic sequentially.

Can I validate WCAG 2.1 AA accessibility compliance during automated testing?

WCAG 2.1 AA accessibility validation is enforced during automated testing, executing checks alongside Playwright E2E tests to ensure frontend components meet compliance standards before deployment.

Does this testing workflow support visual regression checks with Storybook?

Visual regression checks with Storybook are fully supported, capturing component states to detect UI changes and integrating those visual test results into the broader 90%+ test coverage enforcement workflow.

What is the best way to set up QA test automation for both frontend and backend?

QA test automation for frontend and backend is best configured by auto-detecting project frameworks and orchestrating Vitest, Playwright, and Storybook to execute unit, E2E, and visual tests comprehensively.

Do I need to manually configure test frameworks for auto-detection to work?

Framework auto-detection eliminates manual configuration by identifying the project's testing setup automatically, allowing Vitest and Playwright to orchestrate test suites without explicit framework setup steps.