1 write to _context
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
38
_context
??= await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions
3 references to _context
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (3)
44
return await
_context
.NewPageAsync();
49
if (
_context
is not null)
51
await
_context
.DisposeAsync();