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