test-runner

Execute unit, Gherkin, E2E, and smoke tests with structured results.

Updated May 6, 2026
One-click install
npx skills add https://github.com/crgarcia12/compy --skill test-runner-crgarcia12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/crgarcia12/compy/tree/main/.github/skills/test-runner
Command: npx skills add https://github.com/crgarcia12/compy --skill test-runner-crgarcia12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of various test suites and provides structured results, simplifying the testing process and enabling efficient test management.

Core Features & Use Cases

  • Test Suite Execution: Execute unit, Gherkin, E2E, and smoke tests.
  • Structured Results: Return pass/fail counts, failure details, and test names in a structured format.
  • Use Case: During software development, use this Skill to run and verify tests during different phases of the development cycle, ensuring quality and reliability.

Quick Start

Run the test suite for the current phase by executing the appropriate command, e.g., run-unit-tests.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I automate test suite execution for unit and E2E tests?

Automate test suite execution by running commands like `run-unit-tests` to execute unit, Gherkin, E2E, and smoke tests across different development cycle phases. This returns pass/fail counts, failure details, and test names in a structured format for efficient test management.

What is structured test management for software testing?

Structured test management provides pass/fail counts, failure details, and test names in a consistent format. It simplifies the testing process by automating unit, Gherkin, E2E, and smoke test execution and returning organized results for software development workflows.

Can I run Gherkin and smoke tests during my development cycle?

Yes, you can run Gherkin and smoke tests during different phases of your development cycle. The automation executes multiple test types and provides structured results to ensure software quality and reliability throughout development.

How do I get pass/fail counts and failure details from automated tests?

Get pass/fail counts and failure details by executing automated test suites. The structured results return test names, failure specifics, and pass/fail metrics, enabling efficient test management and verification during software development.

What's the best way to manage test automation across multiple test types?

Manage test automation across multiple test types by executing unit, Gherkin, E2E, and smoke tests through a single automation process. This approach returns structured results with pass/fail counts and failure details for efficient test management.