circleci-test-configs

Installation
SKILL.md

circleci-test-configs

Overview

Configuration lives at .circleci/config.yml:

  • Executors - where jobs run (Docker, machine, macOS).
  • Jobs - individual units of work.
  • Workflows - orchestrate jobs (sequential / parallel).
  • Orbs - reusable, shareable config packages.

CircleCI's differentiator is test splitting - automatic parallelization based on per-test timing.

When to use

Installs
2
Repository
testland/qa
GitHub Stars
8
First Seen
Aug 12, 2026
circleci-test-configs — testland/qa