playwright/utils/flakiness-dashboard/processing
Max Schmitt f518684d89
chore: fix parameterized tests on the flakiness dashboard (#27900)
Abstract issue: I have parameterised tests via the titlePath (describe)
and they are not shown on the flakiness dashboard. Before #24486 only
title() was shown, after #24486 titlePath() will be displayed, but we
still did have the testId based on the test.title() and not
test.titlePath(). This ends up that they will still be treated as a
single spec.

After this change they are not treated as a single spec anymore and
treated as different ones:

<img width="891" alt="image"
src="https://github.com/microsoft/playwright/assets/17984549/f24284cd-5d94-4f7e-a45d-8c8e5eb537ef">

Note: This is tested.

Follow-up on https://github.com/microsoft/playwright/pull/24486.
2023-11-01 17:28:30 +01:00
..
compress_raw_data.js devops: introduce compressed dashboard 2021-02-06 22:12:35 -07:00
dashboard_compressed_v1.js chore: fix parameterized tests on the flakiness dashboard (#27900) 2023-11-01 17:28:30 +01:00
dashboard_raw.js devops: introduce compressed dashboard 2021-02-06 22:12:35 -07:00
function.json devops: add source code for flakiness dashboard (#4479) 2020-11-23 15:02:04 -08:00
host.json devops: add source code for flakiness dashboard (#4479) 2020-11-23 15:02:04 -08:00
index.js chore: fix parameterized tests on the flakiness dashboard (#27900) 2023-11-01 17:28:30 +01:00
utils.js devops: fix parameterised tests on flakiness dashboard (#24486) 2023-07-28 16:24:17 +02:00