mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
624 B
624 B
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 populatenode_modules/
folder (this folder will be published as-is). - run
func azure functionapp publish folio-flakiness-dashboard --javascript