ln-782-test-runner

Executes detected test suites and parses pass/fail counts with coverage reports.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-782-test-runner-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-782-test-runner
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-782-test-runner
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-782-test-runner-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the execution of all test suites within a project, providing clear results and optional code coverage reports, ensuring code quality and reliability.

Core Features & Use Cases

  • Automated Test Execution: Detects and runs tests across various frameworks (Vitest, Jest, pytest, etc.).
  • Result Parsing: Extracts pass/fail counts, durations, and failure details.
  • Coverage Reporting: Generates code coverage metrics when enabled.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically verify code changes by running all project tests and ensuring a minimum code coverage threshold is met before deployment.

Quick Start

Use the ln-782-test-runner skill to execute all project tests and generate a coverage report.

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 tests across multiple frameworks like Vitest and pytest in one go?

Automated test execution auto-detects and runs test suites across frameworks like Vitest, Jest, pytest, xUnit, NUnit, go test, and cargo test. It parses pass/fail counts, durations, and failure details into structured output for your entire project.

How do I generate code coverage reports for my CI/CD pipeline?

Code coverage reporting generates metrics by executing detected test suites when enabled. You integrate this into your CI/CD pipeline to verify code changes and ensure minimum coverage thresholds are met before deployment.

Can I use this test runner to parse failure details from Jest and go test simultaneously?

Yes, the test runner supports auto-detection for both Jest and go test. It executes all detected suites and parses results to extract specific failure details, pass/fail counts, and durations across mixed framework environments.

What is the best way to check pass/fail counts and coverage metrics before deployment?

Running automated test execution with coverage reporting enabled provides structured output including pass/fail counts and coverage metrics. This verifies code changes in your CI/CD pipeline to ensure reliability before deployment.

Does the test runner require specific dependencies to detect xUnit or cargo test?

No specific dependencies are required. The test runner auto-detects frameworks like xUnit and cargo test natively, executing all detected test suites within a project and parsing results without needing external setup.

Why use automated test execution instead of running pytest or NUnit scripts manually?

Automated test execution eliminates manual overhead by auto-detecting frameworks like pytest and NUnit, running all suites simultaneously, and generating structured output with failure details and coverage metrics that manual scripts lack.