1 write to Browser
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\PlaywrightFixture.cs (1)
21Browser = await PlaywrightProvider.CreateBrowserAsync();
8 references to Browser
Aspire.Dashboard.Tests (8)
Integration\Playwright\AccessibilityTests.cs (4)
123await using var context = await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions 172await using var context = await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions 280await using var context = await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions 332await using var context = await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions
Integration\Playwright\Infrastructure\PlaywrightFixture.cs (1)
26await Browser.CloseAsync();
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
38_context ??= await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions
Integration\Playwright\MobileNavMenuTests.cs (2)
26await using var context = await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions 63await using var context = await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions