ln-782-test-runner

Run detected test suites and report pass/fail counts with coverage.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/bbsbot/mac-md-win --skill ln-782-test-runner-bbsbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-782-test-runner
Source: https://github.com/bbsbot/mac-md-win/tree/main/.claude/skills/workflow/ln-782-test-runner
Command: npx skills add https://github.com/bbsbot/mac-md-win --skill ln-782-test-runner-bbsbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of detecting and running all test suites within a project, providing clear pass/fail results and optional code coverage metrics.

Core Features & Use Cases

  • Automated Test Detection: Identifies various testing frameworks (Vitest, Jest, xUnit, pytest, Go test, Cargo test) based on project configuration.
  • Comprehensive Execution: Runs all detected test suites using framework-specific strategies.
  • Detailed Reporting: Parses results to report total tests, passed, failed, skipped counts, and execution duration.
  • Coverage Generation: Optionally generates code coverage reports using relevant tools.
  • Use Case: Integrate this Skill into a CI/CD pipeline to automatically verify code quality by running all project tests before deployment.

Quick Start

Execute all detected test suites in the current project and report the results.

Frequently Asked Questions about ln-782-test-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run all test suites in a project and report pass/fail counts?

You can run all test suites by executing the test runner, which auto-detects frameworks like Vitest, Jest, pytest, and Go test, then parses their output to report total, passed, failed, and skipped test counts.

Does the test runner support automated detection for Vitest, Jest, and Cargo test?

Yes, the test runner supports automated framework detection for Vitest, Jest, xUnit, pytest, Go test, and Cargo test by analyzing your project configuration before executing the relevant test suites.

What testing framework output details are parsed when executing test suites?

The test runner parses framework output to provide structured results, including specific failure details, execution duration, and comprehensive pass, fail, and skip counts for all detected test suites.

How do I integrate automated testing into a CI/CD workflow to verify code quality?

You can integrate automated testing into a CI/CD workflow by running this test runner before deployment. It automatically detects and executes all project test suites, providing pass/fail results and optional coverage metrics.

Why does the automated test runner need to detect frameworks before execution?

The automated test runner detects frameworks like Vitest, Jest, and pytest before execution to apply framework-specific strategies, ensuring all test suites run correctly and output is parsed accurately.