test-runner

Detect testing frameworks and execute tests with unified reporting.

5|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JansenAnalytics/claudex --skill test-runner-jansenanalytics
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/JansenAnalytics/claudex/tree/main/skills/test-runner
Command: npx skills add https://github.com/JansenAnalytics/claudex --skill test-runner-jansenanalytics

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinate cross-framework test execution and reporting. Developers often maintain multiple test suites across different frameworks; this Skill unifies execution and results.

Core Features & Use Cases

  • Auto-detects framework (Jest, Vitest, pytest, Mocha, tap) and runs tests across the detected suite.
  • Generates unified results, coverage summaries, and flaky-test detection.
  • Use Case: Streamline QA for polyglot projects, speeding feedback and reducing context switching.

Quick Start

Run tests across your project using the unified command.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I run tests across multiple frameworks in one command?โ–ผ

Cross-framework test execution is handled by auto-detecting frameworks like Jest, Vitest, and pytest from configuration files, invoking tests per-framework, and aggregating the results into a unified report.

Does cross-framework test automation support framework auto-detection?โ–ผ

Yes, framework auto-detection is supported by reading your project's config files or package.json to identify testing frameworks like Jest, Vitest, pytest, Mocha, and tap before execution.

How do I generate unified test results and coverage summaries for polyglot projects?โ–ผ

You can generate unified results and coverage summaries by running cross-framework test execution, which aggregates per-framework outputs into data suitable for dashboards and QA reporting.

Can cross-framework test reporting detect flaky tests?โ–ผ

Yes, flaky-test detection is included in the unified reporting process, helping identify unstable tests across your detected testing frameworks to streamline QA feedback.

What is the best way to unify QA reporting for multiple test suites?โ–ผ

The best way to unify QA reporting is to coordinate cross-framework test execution, auto-detecting frameworks from your project files and producing aggregated results that reduce context switching.