Preview — in progress

Vitest

Pipe Vitest's JUnit output into the ReleaseQA CLI, or use the Jest-compatible reporter directly.

Pipe JUnit output from Vitest

npx vitest run --reporter=junit --outputFile=./test-results.xml
npx @releaseqa/cli report --format junit --file ./test-results.xml

We're writing the long-form guide now

The full walkthrough for Vitest 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