ci-test-pipeline

Wire test suites into parallel CI pipelines with retries and coverage reporting.

13|3|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/heaptracetechnology/heaptrace-skills --skill ci-test-pipeline-heaptracetechnology
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-test-pipeline
Source: https://github.com/heaptracetechnology/heaptrace-skills/tree/main/automation-qa/ci-test-pipeline
Command: npx skills add https://github.com/heaptracetechnology/heaptrace-skills --skill ci-test-pipeline-heaptracetechnology

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This automation skill wires test suites into CI/CD pipelines to run in parallel, handle flaky tests with retries, aggregate artifacts, report coverage, and notify teams when failures occur—delivering fast, reliable feedback.

Core Features & Use Cases

  • Parallel test execution across suites to minimize feedback time.
  • Flaky test detection, quarantine, and automated retries to reduce false failures.
  • Test splitting by count or time to balance workloads.
  • Artifact collection, coverage reporting, and crisp failure notifications.
  • Simple integration guidance for GitHub Actions, CircleCI, or Jenkins to accelerate setup.

Quick Start

Integrate this skill by templating your CI workflow to run tests in parallel, retry flaky tests, collect artifacts, and alert the team on failures.

Frequently Asked Questions about ci-test-pipeline

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

FAQPage Schema
How do I stop flaky tests from failing my CI pipeline?

To stop flaky tests from failing your CI pipeline, this skill automates flaky test detection, quarantine, and retries to reduce false failures and deliver reliable feedback.

How do I run Playwright and Cypress tests in parallel in CI?

You can run Playwright and Cypress tests in parallel in CI by using test splitting by count or time to balance workloads and minimize feedback time across your suites.

Does this CI test automation work with GitHub Actions and Jenkins?

Yes, this CI test automation works with GitHub Actions, CircleCI, and Jenkins, providing simple integration guidance to wire test suites into parallel, reliable workflows.

Why is my CI test suite so slow and how can I speed it up?

Your CI test suite is slow because it lacks parallel execution, and you can speed it up by splitting tests by count or time to balance workloads and enforce fast feedback.

What is the best way to collect test artifacts and report coverage in CI?

The best way to collect test artifacts and report coverage in CI is to template your workflow to aggregate artifacts, report coverage, and alert the team on failures.

Can I quarantine flaky tests automatically in GitHub Actions?

Yes, you can quarantine flaky tests automatically in GitHub Actions, as this skill handles flaky test detection, quarantine, and automated retries to ensure deterministic builds.