1 write to _context
Aspire.Dashboard.Tests (1)
Integration\Playwright\PlaywrightTestsBase.cs (1)
37_context ??= await PlaywrightFixture.Browser.NewContextAsync(new BrowserNewContextOptions
3 references to _context
Aspire.Dashboard.Tests (3)
Integration\Playwright\PlaywrightTestsBase.cs (3)
43return await _context.NewPageAsync(); 48if (_context is not null) 50await _context.DisposeAsync();