Preview — in progress

Jest

Use the first-party Jest reporter to stream test runs to ReleaseQA.

jest.config.js

module.exports = {
  reporters: [
    'default',
    ['@releaseqa/reporter-jest', {
      apiKey: process.env.RELEASEQA_API_KEY,
      projectId: 'your-project-id',
    }],
  ],
};

We're writing the long-form guide now

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