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