QE Test Execution

Orchestrate parallel test execution with retry logic and result aggregation.

2|2|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/summarybotng/summarybot-ng --skill qe-test-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QE Test Execution
Source: https://github.com/summarybotng/summarybot-ng/tree/main/.claude/skills/qe-test-execution
Command: npx skills add https://github.com/summarybotng/summarybot-ng --skill qe-test-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of software testing by intelligently orchestrating test execution, optimizing for speed and reliability.

Core Features & Use Cases

  • Parallel Execution: Run tests concurrently across multiple workers to drastically reduce execution time.
  • Smart Test Selection: Automatically identify and run only the tests affected by code changes, saving significant time in CI/CD pipelines.
  • Flaky Test Handling: Detect, retry, and quarantine unreliable tests to improve overall test suite stability.
  • Result Aggregation: Consolidate results from distributed test runs into comprehensive reports.
  • Use Case: Integrate this Skill into your CI pipeline to ensure faster feedback loops by running only relevant tests in parallel and automatically handling flaky tests.

Quick Start

Run all tests in parallel using 4 workers and retry flaky tests up to 3 times.

Frequently Asked Questions about QE Test Execution

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

FAQPage Schema
How do I accelerate test execution in CI/CD pipelines?

Accelerate test execution by orchestrating parallel runs across multiple workers, utilizing smart test selection to run only tests affected by code changes, and aggregating results for faster CI/CD feedback.

How do I handle flaky tests during automated test orchestration?

Handle flaky tests during automated test orchestration by detecting unreliable tests, applying retry logic up to a configured limit, and automatically quarantining them to maintain overall test suite stability.

How does smart test selection work for code changes?

Smart test selection works by automatically identifying and executing only the tests impacted by recent code changes, drastically reducing execution time in CI/CD pipelines by skipping unaffected test cases.

Can I run parallel tests across multiple environments?

You can run parallel tests across multiple environments using distributed execution, concurrently processing tests across multiple workers while consolidating the distributed results into comprehensive execution reports.

What is the best way to consolidate results from distributed test runs?

Consolidate results from distributed test runs through result aggregation, which collects execution metrics and output from parallel workers across multiple environments into a single comprehensive report using a defined output schema.

Why use test orchestration for parallel test execution?

Use test orchestration for parallel test execution to intelligently schedule concurrent runs across multiple workers, apply retry logic for flaky tests, and provide detailed metrics, optimizing for speed and reliability.