qe-test-execution

Orchestrate test suite execution with parallel sharding, retries, and real-time results.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/CENKSSS/valocase-backend --skill qe-test-execution-cenksss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qe-test-execution
Source: https://github.com/CENKSSS/valocase-backend/tree/main/.claude/skills/qe-test-execution
Command: npx skills add https://github.com/CENKSSS/valocase-backend --skill qe-test-execution-cenksss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aqe, jest, vitest, playwright, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of efficiently running test suites with high accuracy and performance, including parallel execution, smart test selection, and handling flaky tests.

Core Features & Use Cases

  • Parallel Test Execution: Runs tests in parallel for increased speed and performance.
  • Smart Test Selection: Automatically runs tests relevant to recent code changes, reducing execution time.
  • Flaky Test Handling: Detects and handles flaky tests, improving stability and reliability.
  • Real-time Reporting: Provides immediate feedback on the state of tests for timely actions.

Quick Start

Run all tests in parallel with a custom number of workers and retry logic.

aqe test run --parallel --workers 4 --retry 3 --retry-delay 1000

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 parallel test execution with retry logic for flaky tests?

Run parallel test execution with retry logic by configuring workers and retry parameters to orchestrate test suites across multiple environments. The tool automates sharding and handles flaky tests with adaptive retry delays for real-time results aggregation.

Does this test orchestration tool support Jest, Vitest, and Playwright?

Yes, test orchestration supports Jest, Vitest, and Playwright frameworks. It automates parallel test suite execution with intelligent sharding and real-time results aggregation across these testing environments.

What is the best way to handle flaky tests in a CI/CD pipeline?

The best way to handle flaky tests in CI/CD pipelines is using automated retry mechanisms with configurable retry delays. This detects flaky tests during execution and applies retry logic to improve stability and pipeline reliability.

How do I configure smart test selection for recent code changes?

Smart test selection automatically identifies and runs tests relevant to recent code changes to reduce execution time. Configure this through the test orchestration tool with configuration validated against a defined schema.

Do I need jq and aqe installed to integrate test execution with CI/CD?

Yes, you need jq and aqe installed as dependencies to integrate test suite execution with CI/CD pipelines. These dependencies enable configuration validation, real-time reporting, and orchestration of parallel test runs.