ln-782-test-runner

Solid

Executes all test suites and reports results with coverage. Use when verifying that test infrastructure works after bootstrap.

AI & Automation 478 stars 67 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
89
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-782-test-runner **Type:** L3 Worker **Category:** 7XX Project Bootstrap --- ## Purpose Detects test frameworks, executes all test suites, and reports results including pass/fail counts and optional coverage. **Scope:** - Auto-detect test frameworks from project configuration - Execute test suites for all detected frameworks - Parse test output for pass/fail counts - Generate coverage reports when enabled **Out of Scope:** - Building projects (handled by ln-781) - Container operations (handled by ln-783) - Writing or fixing tests --- ## When to Use | Scenario | Use This Skill | |----------|---------------| | Standalone-capable | Yes | | Standalone test execution | Yes | | CI/CD pipeline test step | Yes | | Build verification needed | No, use ln-781 | --- ## Workflow ### Step 1: Detect Test Frameworks Identify test frameworks from project configuration files. | Marker | Test Framework | Project Type | |--------|---------------|--------------| | vitest.config.* | Vitest | Node.js | | jest.config.* | Jest | Node.js | | *.test.ts in package.json | Vitest/Jest | Node.js | | xunit / nunit in *.csproj | xUnit/NUnit | .NET | | pytest.ini / c...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Related Skills