test-runner

Execute and analyze Vitest test cases in JavaScript/TypeScript repositories.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/crsiebler/pogo-team-generator --skill test-runner-crsiebler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/crsiebler/pogo-team-generator/tree/main/.opencode/skills/test-runner
Command: npx skills add https://github.com/crsiebler/pogo-team-generator --skill test-runner-crsiebler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of executing tests, analyzing coverage, and debugging test failures in JavaScript/TypeScript repositories, leveraging the power of Vitest.

Core Features & Use Cases

  • Test Execution: Run full test suites or individual test files.
  • Coverage Analysis: Generate and review code coverage reports.
  • Debugging Support: Assist in identifying and resolving test failures.
  • Use Case: For a developer working on a JavaScript/TypeScript project, this Skill can be used to run all tests in a repository to ensure everything is functioning correctly, or to isolate and debug a specific test case that is failing.

Quick Start

Execute all tests in the project by running 'npm test'.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I run a Vitest test suite in a JavaScript or TypeScript repository?

To run a Vitest test suite in a JavaScript or TypeScript repository, execute the command 'npm test'. This runs the automated test execution process to verify that your code is functioning correctly.

What is the best way to debug failing JavaScript or TypeScript tests?

The best way to debug failing JavaScript or TypeScript tests is using Vitest debugging support, which assists in analyzing test failures and isolating specific test cases to identify and resolve issues.

Can I generate code coverage reports for TypeScript projects using Vitest?

Yes, you can generate code coverage reports for TypeScript projects using Vitest. The tool analyzes your test execution and produces coverage reports to help review your code metrics.

Do I need Node.js to execute tests with Vitest?

Yes, you need Node.js to execute tests with Vitest. A Node.js environment and access to the Vitest library are required dependencies for running automated test suites and analyzing coverage.

Why are my Vitest tests not working during automated execution?

Vitest tests may not be working due to test failures that require debugging support. The tool assists in identifying and resolving these specific test case failures within your JavaScript or TypeScript repository.