playwright/utils/flakiness-dashboard
Andrey Lushnikov ae35906fb5
devops: flakiness dashboard to support new folio report (#6677)
JSON report will change again in https://github.com/microsoft/playwright/pull/6656
This patch modifies azure function to accomodate to the new format.

Note: with the new notion of projects instead of per-test parameters,
we can actually compress dashboard per commit much more efficient. If
the format sticks, we'll follow-up with a `dashboard_compressed_v2.js`.
2021-05-20 09:46:50 -07:00
..
processing devops: flakiness dashboard to support new folio report (#6677) 2021-05-20 09:46:50 -07:00
.gitignore 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
package-lock.json devops(flakiness): persist all test reports, aggregated per commit sha (#4991) 2021-01-13 04:31:48 +03:00
package.json devops: add source code for flakiness dashboard (#4479) 2020-11-23 15:02:04 -08:00
README.md devops: migrate flakiness dashboard to the new folio reporter format (#6089) 2021-04-05 17:35:34 -07:00

Flakiness Dashboard Backend

This directory contains source code for the Azure function that we use to aggregate test reports. The data is consumed by https://devops.aslushnikov.com/flakiness2.html