1 write to DashboardServerFixture
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
19DashboardServerFixture = dashboardServerFixture;
11 references to DashboardServerFixture
Aspire.Dashboard.Tests (11)
Integration\Playwright\AccessibilityTests.cs (4)
119var baseUrl = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress(); 159var baseUrl = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress(); 266var baseUrl = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress(); 317var baseUrl = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress();
Integration\Playwright\AspireMenuLayoutTests.cs (1)
29var repository = DashboardServerFixture.DashboardApp.Services.GetRequiredService<ITelemetryRepositoryWriter>();
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
209var endpoints = DashboardServerFixture.DashboardApp.FrontendEndPointsAccessor
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(),
Integration\Playwright\ResourceSelectInteractionTests.cs (1)
29var repository = DashboardServerFixture.DashboardApp.Services.GetRequiredService<ITelemetryRepositoryWriter>();
Integration\Playwright\TracesLayoutTests.cs (1)
29var repository = DashboardServerFixture.DashboardApp.Services.GetRequiredService<ITelemetryRepositoryWriter>();