test-runner

Orchestrate unit, integration, and end-to-end tests across local and CI environments.

6|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/pwv-vc/agentcribs-community --skill test-runner-pwv-vc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/pwv-vc/agentcribs-community/tree/main/resources/tearsheets/arsenal/dot-claude/skills/test-runner
Command: npx skills add https://github.com/pwv-vc/agentcribs-community --skill test-runner-pwv-vc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the orchestration of testing workflows to ensure code changes do not introduce regressions and to accelerate feedback loops across development.

Core Features & Use Cases

  • Parallel test execution: runs unit, integration, and e2e tests concurrently to speed up feedback.
  • Comprehensive logging: saves separate logs for mocked, e2e-live, and smoke runs for detailed review.
  • CI readiness: integrates with existing Just-based workflows to streamline local and CI pipelines.

Quick Start

Run the parallel test runner to execute all test suites and capture logs for mocked, e2e-live, and smoke tests.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I run unit, integration, and e2e tests in parallel after code changes?

Run unit, integration, and e2e tests in parallel using the Just-based CLI and Bash script to validate code changes, prevent regressions, and accelerate feedback loops across local and CI environments.

Where are automated test execution logs stored for debugging?

Automated test execution logs are saved in api/tmp/test-logs, storing separate logs for mocked, e2e-live, and smoke test runs to provide detailed review and debugging capabilities.

Does this test automation workflow support both local development and CI pipelines?

Yes, the test automation workflow supports both local development and CI pipelines by integrating with existing Just-based workflows to streamline test orchestration across environments.

Can I use Just commands to orchestrate automated testing workflows?

Yes, you can use Just commands to orchestrate automated testing workflows, leveraging the Just-based CLI to execute parallel test suites and capture detailed logs for mocked, e2e-live, and smoke tests.

What is the best way to prevent code regressions with automated testing?

The best way to prevent code regressions is automating test orchestration to run unit, integration, and e2e tests concurrently after every change, generating comprehensive logs for immediate review.

How do I execute smoke tests and e2e-live tests concurrently?

Execute smoke tests and e2e-live tests concurrently by running the parallel test runner, which orchestrates these test suites simultaneously and captures their separate logs for detailed review.