Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Short Version below is intended for a quick overview and requires some famil
- Add this config setting to the function app:\
**`PLAYWRIGHT_BROWSERS_PATH=/home/site/wwwroot/node_modules/playwright-chromium/.local-browsers/`**

- Add Managed Identity and Key Vault, configure the function to access they Key Valut for storing test secrets
- Add Managed Identity and Key Vault, configure the function to access they Key Vault for storing test secrets

- Add config settings to store variable data, access it via `process.env["config_name"]` in test

Expand Down