By framework

Find flaky tests in your suite.

One tool, whichever runner you use. Each guide covers the reporter flag, the command, and how to read what comes back.

  1. Python

    Flaky tests in pytest

    Using the JUnit XML pytest already writes, with no plugin to install.

    Read
  2. JavaScript and TypeScript

    Flaky tests in Jest

    With jest-junit, locally or from the runs your CI already does.

    Read
  3. Go

    Flaky tests in go test

    With gotestsum, scored properly rather than eyeballed across reruns.

    Read