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