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: 4yamlParallelism
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?
Related articles
Still have questions?
Our support team is here to help. Reach out directly or search the docs.