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