microsoft / contosotraders-cloudtesting

The Contoso Traders app is a sample application showcasing Playwright, Azure Load Testing, Azure Chaos Studio.
https://cloudtesting.contosotraders.com
MIT License
159 stars 316 forks source link

Use .env.playwright.local file to manage local environment variables #264

Closed MarcusFelling closed 1 year ago

MarcusFelling commented 1 year ago

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.