testdriver:running-tests

Automate TestDriver test execution with Vitest and coverage reporting.

238|34|Updated Aug 25, 2024
One-click install
npx skills add https://github.com/testdriverai/testdriverai --skill testdriver-running-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testdriver:running-tests
Source: https://github.com/testdriverai/testdriverai/tree/main/ai/skills/testdriver%3Arunning-tests
Command: npx skills add https://github.com/testdriverai/testdriverai --skill testdriver-running-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable reliable and scalable execution of TestDriver tests by using Vitest as the test runner, reducing manual setup and inconsistency across environments.

Core Features & Use Cases

  • Supports running all tests, specific test files, and tests with optional coverage reports.
  • Provides discovery of test files, filtering by name, and folder-based test execution to organize test suites.

Quick Start

Install and run Vitest-enabled tests with TestDriver in your project to start executing tests immediately.

Frequently Asked Questions about testdriver:running-tests

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

FAQPage Schema
How do I run TestDriver tests with Vitest?

You can run TestDriver tests with Vitest by automating the execution process to standardize results across unit, integration, and end-to-end suites, enabling project-wide quality reporting.

Can I filter Vitest test execution by file name or folder?

Filtering Vitest test execution by file name or folder is supported, allowing you to organize test suites by discovering test files and running selective files based on your project needs.

Does Vitest support configurable concurrency for test runner automation?

Configurable concurrency and setup integration are supported in Vitest environments, enabling scalable test runner automation that reduces manual setup and inconsistency across environments.

What is the best way to generate coverage reports for TestDriver tests?

Generating coverage reports for TestDriver tests is handled by running them with Vitest, which supports optional coverage reporting for unit, integration, and end-to-end test suites to measure project-wide quality.

Why use Vitest as a test runner for TestDriver automation?

Using Vitest as a test runner for TestDriver automation reduces manual setup and inconsistency, providing reliable and scalable execution across unit, integration, and end-to-end test suites.