CircleCI

4 min readLast updated 2026-04-19

Use the Check Studio orb for one-line integration with CircleCI.

The Check Studio CircleCI orb handles installation, execution, and result publishing with minimal config.

config.yml

version: 2.1
orbs:
  checkstudio: checkstudio/ orb@1.0
jobs:
  test:
    executor: node/default
    steps:
      - checkout
      - node/install-packages
      - checkstudio/run:
          parallel: 4
yaml

Parallelism

Use CircleCI parallelism: 4 in your job config. The orb auto-detects the shard index and runs the correct test slice.

Was this article helpful?

Still have questions?

Our support team is here to help. Reach out directly or search the docs.