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