1 write to DashboardApp
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
49
DashboardApp
= new DashboardWebApplication(
3 references to DashboardApp
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (2)
64
await
DashboardApp
.StartAsync();
69
await
DashboardApp
.DisposeAsync();
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
41
BaseURL = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress()