cyberneticlibrary

Generate comprehensive test suites

senior-qaskillsetup L217,464
alirezarezvani/claude-skills
What it does

Generate unit, integration, and E2E tests

Best for

Building test coverage for React components when you want both unit and E2E scenarios

Inputs
  • · React/Next.js components
  • · component source code
Outputs
  • · Jest test files
  • · Cypress/Playwright E2E specs
Requires
  • · Jest
  • · React Testing Library
  • · Cypress or Playwright
Preconditions
  • · component code available
Failure modes
  • · mock setup incomplete
  • · async timing flaky
  • · snapshot divergence
Trust signals
  • · Component scanning for auto-detection
  • · multiple test frameworks supported