17%Flakiness score
checkout shows success toast
tests/e2e/checkout.spec.ts·owned by @web-platform
Run history
18 runs
6 commits
Outcome flips
1 commits
same SHA, mixed result
Failure rate
28%
5 observed failures
Median duration
1.7s
all recent runs
Test sourcetests/e2e/checkout.spec.ts
1test('checkout shows success toast', async ({ page }) => {2 await page.getByRole('button', { name: 'Place order' }).click();3 await page.waitForTimeout(500);4 await expect(page.getByText('Order confirmed')).toBeVisible();5});Failure evidence5 samples
LATEST FAILUREf38d2ca
TimeoutError: expect(locator).toBeVisible()
Locator: getByText('Order confirmed')
Expected: visible
Received: hidden
Timeout: 500ms
at tests/e2e/checkout.spec.ts:4:56Flakiness by commit
Score is zero when outcomes are consistent—even if they fail.
Same-commit inconsistencyEach point is one commit
Run history18 events
| Result | Commit | Duration | Context |
|---|---|---|---|
| PASS | 7b15e4a | 2233 ms | #9 · parallel |
| PASS | 7b15e4a | 1986 ms | #6 · serial |
| PASS | 7b15e4a | 1739 ms | #3 · parallel |
| PASS | 19ac6ee | 1644 ms | #9 · serial |
| PASS | 19ac6ee | 1397 ms | #6 · parallel |
| PASS | 19ac6ee | 1150 ms | #3 · parallel |
| FAIL | f38d2ca | 1695 ms | #9 · parallel |
| FAIL | f38d2ca | 1448 ms | #6 · parallel |
| PASS | f38d2ca | 2461 ms | #3 · serial |
| PASS | e72a98b | 2366 ms | #9 · parallel |
| PASS | e72a98b | 2119 ms | #6 · serial |
| PASS | e72a98b | 1872 ms | #3 · parallel |
| PASS | c04bd11 | 1777 ms | #9 · serial |
| PASS | c04bd11 | 1530 ms | #6 · parallel |
| PASS | c04bd11 | 1283 ms | #3 · parallel |
| FAIL | a91cf02 | 1828 ms | #9 · parallel |
| FAIL | a91cf02 | 1581 ms | #6 · parallel |
| FAIL | a91cf02 | 1334 ms | #3 · serial |