playwright/utils/flakiness-dashboard
Andrey Lushnikov 1a44f68155
devops: migrate flakiness dashboard to the new folio reporter format (#6089)
New folio changed the JSON report, so we have to keep with the changes.

The most notable changes:
- there are no parameters any more. We recreate these as `testInfo.data`
  arguments that are saved under test result's data.
- `test.runs` are renamed into `test.results`

I didn't find other changes so far - let's see if this works in the
cloud!
2021-04-05 17:35:34 -07:00
..
processing devops: migrate flakiness dashboard to the new folio reporter format (#6089) 2021-04-05 17:35:34 -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