testing

Installation
SKILL.md

Testing Software

MCP Tools

Chrome DevTools (E2E testing):

  • Automate user flows in real browser
  • Capture screenshots for visual regression
  • Run Lighthouse for accessibility testing
  • Profile performance during test runs

Testing Pyramid

  1. Unit Tests (Many): Fast, isolated, test single units
  2. Integration Tests (Some): Test component interactions
  3. E2E Tests (Few): Test complete user flows — use Chrome DevTools

Workflows

  • Analyze: Use Glob and Grep to identify untested code
Related skills
Installs
42
GitHub Stars
80
First Seen
Feb 3, 2026