8 references to CreateNewBrowserContextAsync
Aspire.Workload.Tests (8)
EmptyTemplateRunTests.cs (1)
23await using var context = await CreateNewBrowserContextAsync();
PerTestFrameworkTemplatesTests.cs (1)
55await using (var context = await CreateNewBrowserContextAsync())
StarterTemplateProjectNamesTests.cs (1)
43await using var context = PlaywrightProvider.HasPlaywrightSupport ? await CreateNewBrowserContextAsync() : null;
StarterTemplateRunTestsBase.cs (2)
28await using var context = await CreateNewBrowserContextAsync(); 41await using var context = await CreateNewBrowserContextAsync();
TemplateTests.cs (3)
56await using var context = await CreateNewBrowserContextAsync(); 123await using var context = PlaywrightProvider.HasPlaywrightSupport ? await CreateNewBrowserContextAsync() : null; 155await using var context = await CreateNewBrowserContextAsync();