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