mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
chore: clarify flakiness dashboard deployment docs (#20292)
This commit is contained in:
parent
c07afc4382
commit
c9e3131832
@ -4,6 +4,7 @@ This directory contains source code for the Azure function that we use to aggreg
|
||||
The data is consumed by https://devops.aslushnikov.com/flakiness2.html
|
||||
|
||||
To publish function:
|
||||
- install [Azure Functions Core Tools version 3.x.](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=v4%2Cmacos%2Ccsharp%2Cportal%2Cbash#v2).
|
||||
- install [Azure Functions Core Tools version 4.x.](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=v4%2Cmacos%2Ccsharp%2Cportal%2Cbash#v2).
|
||||
- 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`
|
||||
|
Loading…
Reference in New Issue
Block a user