1 write to PlaywrightFixture
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
26PlaywrightFixture = new PlaywrightFixture();
3 references to PlaywrightFixture
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (2)
39await PlaywrightFixture.InitializeAsync(); 70await PlaywrightFixture.DisposeAsync();
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
20PlaywrightFixture = dashboardServerFixture.PlaywrightFixture;