1 write to DashboardApp
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
51
DashboardApp
= new DashboardWebApplication(
10 references to DashboardApp
Aspire.Dashboard.Tests (10)
Integration\Playwright\AccessibilityTests.cs (4)
121
var baseUrl = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress();
170
var baseUrl = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress();
278
var baseUrl = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress();
330
var baseUrl = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress();
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
209
var endpoints = DashboardServerFixture.
DashboardApp
.FrontendEndPointsAccessor
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (2)
65
await
DashboardApp
.StartAsync();
70
await
DashboardApp
.DisposeAsync();
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
41
BaseURL = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress()
Integration\Playwright\MobileNavMenuTests.cs (2)
29
BaseURL = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress(),
66
BaseURL = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress(),