Fast suites, too
Unit suites run thousands of tests per minute. We batch and compress so reporting overhead stays under 1%.
ReleaseQA for Jest
Use the Jest reporter to ship every test run to ReleaseQA. Quality score, flake detection, and coverage-drift tracking for unit and integration suites.
Install
$ npm i -D @releaseqa/reporter-jest// jest.config.js
module.exports = {
reporters: [
"default",
["@releaseqa/reporter-jest", {
apiKey: process.env.RELEASEQA_API_KEY,
project: "api",
}],
],
};Set RELEASEQA_API_KEY in your CI secrets and push. First run appears in under 2 minutes.
Built for Jest
Unit suites run thousands of tests per minute. We batch and compress so reporting overhead stays under 1%.
If coverage drops >1% week-over-week, the quality score drops and your PR verdict flags it.
Runs across jest --shard partitions merge into one logical run.
Snapshot updates are tracked separately from real regressions — no false alarms from intentional changes.
Frequently asked
Free forever tier · No credit card · Cancel anytime.