Preview — in progress

CircleCI

Send your CircleCI test results to ReleaseQA with a `when: always` report step.

.circleci/config.yml

- run:
    name: Run tests
    command: npm test -- --reporter junit --outputFile results.xml
- run:
    name: Report to ReleaseQA
    command: npx @releaseqa/cli report --format junit --file results.xml
    when: always

We're writing the long-form guide now

The full walkthrough for CircleCI is being written and reviewed. In the meantime, the Quick Start and Configuration pages cover the core setup that this guide builds on.

Need this page filled in sooner? Email support@releaseqa.com and we'll prioritise it.

Related