test-runner

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

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill test-runner-emeaappgbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield/tree/main/.github/skills/test-runner
Command: npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill test-runner-emeaappgbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of various test suites, simplifying the quality assurance process and ensuring that tests are run efficiently and consistently.

Core Features & Use Cases

  • Test Execution: Execute unit, Gherkin, E2E, and smoke tests with structured results.
  • Phase-Specific Use: Tailored for Phase 3 to Phase 7 of the development pipeline.
  • Aspire Integration: Integrates with the Aspire environment for detailed debugging and observability.
  • Use Case: In a software development workflow, use this Skill to verify test baselines and ensure that all tests are passing before deployment.

Quick Start

Run the test suite for the current phase by executing the command: npm run test:current-phase.

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 execution for unit, Gherkin, and E2E suites?

Automate test execution by running structured test suites for unit, Gherkin, E2E, and smoke tests to streamline QA processes and verify software baselines efficiently.

Do I need Node.js and npm to run automated test suites in the pipeline?

Yes, Node.js and npm are required for execution. You typically run the current phase test suite using the command `npm run test:current-phase` to verify baselines.

Can I use Aspire environment integration for detailed debugging and observability during QA?

Aspire environment integration provides detailed debugging and observability during test verification, allowing you to monitor automated test execution and diagnose issues within the development pipeline.

When do I need to run automated smoke tests during the software development lifecycle?

Automated smoke tests are typically run during Phase 3 to Phase 7 of the development lifecycle to verify test baselines and ensure all tests are passing before deployment.

What is the best way to verify test baselines before deployment in a development workflow?

The best way to verify test baselines is to automate and execute various test suites, ensuring all tests pass consistently and efficiently before software deployment using structured test results.