Teststep

Stop rerunning CI. Know which tests are flaky.

Auto-detect flaky tests, track trends, and get PR comments.

Features

Auto-detect Flaky Tests

Automatically identify tests that pass and fail non-deterministically. No config needed.

Historical Trends

Track flakiness over time per test. See which tests are getting worse before they break your build.

PR Comments

Get automatic flakiness annotations on your pull requests. Know before you merge.

Pricing

Free

$0/mo
  • 3 repositories
  • Current run analysis
  • Basic flaky detection
Get Started

Team

$49/mo
  • Unlimited everything
  • Cross-repo analytics
  • Priority support
  • Custom integrations
Contact Sales

Quick Start

Add this step to your GitHub Actions workflow:

- name: Teststep Analysis
  uses: tuvia/teststep@v1
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}