playwright/utils/flakiness-dashboard
2023-01-23 06:52:44 -08:00
..
processing devops: more compact commits for the flakiness dashboard (#13912) 2022-05-04 09:43:07 -07:00
.gitignore devops: add source code for flakiness dashboard (#4479) 2020-11-23 15:02:04 -08:00
host.json chore: update flakiness-dashboard extension bundle (#20291) 2023-01-23 06:14:21 -08:00
package-lock.json chore(deps): bump node-fetch in /utils/flakiness-dashboard (#11732) 2022-01-29 08:15:26 -08:00
package.json devops: add source code for flakiness dashboard (#4479) 2020-11-23 15:02:04 -08:00
README.md chore: clarify flakiness dashboard deployment docs (#20292) 2023-01-23 06:52:44 -08: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

To publish function:

  • install Azure Functions Core Tools version 4.x..
  • install Azure CLI && login via az login
  • make sure to run npm install to populate node_modules/ folder (this folder will be published as-is).
  • run func azure functionapp publish folio-flakiness-dashboard --javascript