Test Suite Runner Skill

Official

Run Playwright tests, analyze failures, get fixes.

Authoralldigitalrewards
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually executing, analyzing, and debugging Playwright tests can be a time-consuming and complex process, especially when dealing with numerous tests or intricate failures. This skill streamlines test execution, intelligently selects relevant tests, and provides actionable insights for quick fixes.

Core Features & Use Cases

  • Intelligent Test Selection: Run full suites, specific files, individual test cases, or tests matching a pattern.
  • Detailed Failure Analysis: Categorizes test failures (auth, DB, assertion, timeout) and extracts key error information.
  • Systematic Investigation: Guides through checking test files, implementations, fixtures, and recent changes to pinpoint root causes.
  • Use Case: After making changes to an API route, use this skill to run only the affected API tests. If any fail, it will help you analyze the error, identify the likely cause, and suggest specific steps to fix it, such as checking the API response structure or test fixtures.

Quick Start

Run the tests in tests/api/challenge-crud.spec.ts and report any failures with suggested fixes.

Dependency Matrix

Required Modules

npx

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Test Suite Runner Skill
Download link: https://github.com/alldigitalrewards/changemaker-minimal/archive/main.zip#test-suite-runner-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository