2 references to PlaywrightBrowsersPathEnvironmentVariableName
Aspire.Workload.Tests (2)
tests\Shared\Playwright\PlaywrightProvider.cs (2)
42
if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable(
PlaywrightBrowsersPathEnvironmentVariableName
)))
58
Environment.SetEnvironmentVariable(
PlaywrightBrowsersPathEnvironmentVariableName
, probePath);