QE Test Execution

Orchestrate parallel test execution with retry logic and result aggregation.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/aquariuscook/Agent_Modus_Map --skill qe-test-execution-aquariuscook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QE Test Execution
Source: https://github.com/aquariuscook/Agent_Modus_Map/tree/main/.claude/skills/qe-test-execution
Command: npx skills add https://github.com/aquariuscook/Agent_Modus_Map --skill qe-test-execution-aquariuscook

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the testing process by enabling parallel execution, intelligent test selection, and robust handling of flaky tests, significantly reducing execution time and improving reliability.

Core Features & Use Cases

  • Parallel Test Execution: Run tests concurrently across multiple workers to speed up test suites.
  • Smart Test Selection: Execute only tests affected by code changes, optimizing CI/CD pipelines.
  • Flaky Test Handling: Detect, retry, and quarantine unreliable tests to improve overall test stability.
  • Result Aggregation: Consolidate results from distributed test runs for comprehensive reporting.
  • Use Case: When running your nightly test suite, use this Skill to execute tests in parallel, only run tests impacted by recent code commits, and automatically retry any tests that fail intermittently, ensuring faster feedback and more stable results.

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 run test suites in parallel to reduce execution time?

Parallel test execution runs tests concurrently across multiple workers to reduce execution time. You can start by specifying the desired number of workers to distribute your test suite and speed up the testing process.

How can I automatically retry flaky tests during CI/CD pipelines?

Flaky test handling detects and retries unreliable tests automatically during execution. You can configure a maximum retry limit to automatically retry intermittently failing tests, improving overall test stability and reliability.

What is smart test selection and how does it optimize testing workflows?

Smart test selection executes only tests affected by recent code changes to optimize testing workflows. This mechanism reduces unnecessary execution time by targeting impacted tests rather than running the entire suite.

How are results aggregated from distributed test runs across multiple environments?

Result aggregation consolidates results from distributed test runs across multiple environments into comprehensive reports. This process collects outputs from parallel workers to provide a unified view of test outcomes.

Can I integrate parallel test orchestration with existing CI/CD pipelines?

Parallel test orchestration integrates with CI/CD pipelines across multiple environments. This allows you to execute tests concurrently, select impacted tests, and handle flaky tests directly within your existing automated deployment workflows.

What is the best way to manage test suites and handle flaky tests?

The best way to manage test suites and handle flaky tests is using orchestration with intelligent scheduling and flaky test detection. This approach automatically quarantines unreliable tests, optimizing execution time and improving stability.