Dashboard Demo
This is a read-only preview with sample data. Sign up free to see your own test results.
my-saas-app
Sample project with Playwright tests
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)
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 Name | File | Pass | Fail | Skip | Pass Rate |
|---|---|---|---|---|---|
| checkout.spec.ts > should complete payment flow | tests/e2e/checkout.spec.ts | 14 | 6 | 0 | 70% |
| auth.spec.ts > should handle OAuth redirect | tests/e2e/auth.spec.ts | 16 | 4 | 0 | 80% |
| dashboard.spec.ts > should load chart data | tests/e2e/dashboard.spec.ts | 17 | 2 | 1 | 85% |
| api/users.test.ts > should paginate results | tests/unit/api/users.test.ts | 18 | 2 | 0 | 90% |
| search.spec.ts > should debounce input | tests/e2e/search.spec.ts | 15 | 3 | 2 | 75% |
| upload.spec.ts > should handle large files | tests/e2e/upload.spec.ts | 13 | 5 | 2 | 65% |
AI Root Cause Analysis
Procheckout.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.
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.