Preview — in progress
GitLab CI
Add a single after-script line to your GitLab pipeline to forward test results to ReleaseQA.
.gitlab-ci.yml
test:
script:
- npm test -- --reporter junit --outputFile results.xml
after_script:
- npx @releaseqa/cli report --format junit --file results.xml
variables:
RELEASEQA_API_KEY: $RELEASEQA_API_KEYWe're writing the long-form guide now
The full walkthrough for GitLab CI 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.