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)
44return await _context.NewPageAsync(); 49if (_context is not null) 51await _context.DisposeAsync();