Use .env.playwright.local file to manage local environment variables, instead of .env which React app relies on. This will allow us to gitignore the file and store AAD creds and testing endpoints.
Checklist
Please check all options that are relevant.
[x] I have made all necessary updates to the documentation.
[x] I have made all necessary updates to the provisioning scripts (bicep templates, github workflows).
Change Description
Use .env.playwright.local file to manage local environment variables, instead of .env which React app relies on. This will allow us to gitignore the file and store AAD creds and testing endpoints.
Checklist
Please check all options that are relevant.