Dashboard Demo

This is a read-only preview with sample data. Sign up free to see your own test results.

Get Started Free

my-saas-app

Sample project with Playwright tests

Last run: 2 hours ago

FlakeScore

87.5%

+2.3% from last run

Total Tests

142

Across 12 test files

Flaky Tests

18

Down from 39 last week

Stable Tests

124

87.3% of suite

FlakeScore Trend (7 days)

Apr 2Apr 3Apr 4Apr 5Apr 6Apr 7Apr 8

Recent Runs

87.5%

142 tests

Apr 8

18 flaky

85.2%

142 tests

Apr 7

21 flaky

82.1%

140 tests

Apr 6

25 flaky

79.8%

138 tests

Apr 5

28 flaky

76.3%

138 tests

Apr 4

33 flaky

Flaky Tests

6 flaky tests detected
Test NameFilePassFailSkipPass Rate
checkout.spec.ts > should complete payment flowtests/e2e/checkout.spec.ts1460
70%
auth.spec.ts > should handle OAuth redirecttests/e2e/auth.spec.ts1640
80%
dashboard.spec.ts > should load chart datatests/e2e/dashboard.spec.ts1721
85%
api/users.test.ts > should paginate resultstests/unit/api/users.test.ts1820
90%
search.spec.ts > should debounce inputtests/e2e/search.spec.ts1532
75%
upload.spec.ts > should handle large filestests/e2e/upload.spec.ts1352
65%

AI Root Cause Analysis

Pro

checkout.spec.ts > should complete payment flow

Root Cause:Race condition in payment confirmation. The test clicks "Pay Now" and immediately checks for the success message, but the Stripe webhook response time varies (200ms-3s). Add an explicit wait for the success element with a 5s timeout.

Race ConditionTimingExternal Service

Upgrade to Pro for AI-powered root cause analysis on all your flaky tests.

Ready to fix your flaky tests?

Get started in 30 seconds. Free forever for CLI, free dashboard during launch.