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

Installs
11
GitHub Stars
26
First Seen
Feb 18, 2026
testing — nguyenhuuca/assessment