Teststep
Auto-detect flaky tests, track trends, and get PR comments.
Automatically identify tests that pass and fail non-deterministically. No config needed.
Track flakiness over time per test. See which tests are getting worse before they break your build.
Get automatic flakiness annotations on your pull requests. Know before you merge.
Add this step to your GitHub Actions workflow:
- name: Teststep Analysis
uses: tuvia/teststep@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}