powered by GitHub Actions and Playwright
Paste your public GitHub repo below for a flakiness report
– no sign-up, no additional config
Get's Playwright annotations of your GitHub Actions.
byeFlaky collects your entire test history—so you can instantly see which tests fail, when, and how often.
Sort by flakiness or raw failure counts with a single click. Instantly see which tests break most often, giving you a clear priority list for fixes.
Review the latest failures with timestamps, direct GitHub Action links, and the exact commit that caused them—making debugging fast and straightforward.
Simply enable Playwright's built-in 'github' reporter, and test results are captured automatically. There's nothing else to install or configure.
import { defineConfig } from '@playwright/test';
export default defineConfig({
reporter: process.env.CI ? 'github' : 'list',
});
Ready to say goodbye to flaky Playwright tests?