1 write to PlaywrightFixture
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
38PlaywrightFixture = new PlaywrightFixture();
3 references to PlaywrightFixture
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (2)
51await PlaywrightFixture.InitializeAsync(); 139await PlaywrightFixture.DisposeAsync();
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
21PlaywrightFixture = dashboardServerFixture.PlaywrightFixture;