2 references to BrowserPathEnvironmentVariableName
Aspire.EndToEnd.Tests (2)
tests\Shared\Playwright\PlaywrightProvider.cs (2)
19string? browserPath = Environment.GetEnvironmentVariable(BrowserPathEnvironmentVariableName); 22throw new FileNotFoundException($"Browser path {BrowserPathEnvironmentVariableName}='{browserPath}' does not exist");