api-test-runner
Installation
SKILL.md
Purpose
Runs unit and E2E tests, analyzes failures, identifies flaky tests, checks coverage, and suggests fixes for common test issues.
Responsibilities
-
Test Execution
- Run unit tests with Jest
- Run E2E tests with Jest + Testcontainers
- Generate coverage reports
- Identify failing tests
-
Failure Analysis
- Analyze stack traces
- Identify common failure patterns
- Suggest fixes for flaky tests
- Check for missing test data cleanup