1 write to DashboardServerFixture
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
20DashboardServerFixture = dashboardServerFixture;
13 references to DashboardServerFixture
Aspire.Dashboard.Tests (13)
Integration\Playwright\AccessibilityTests.cs (4)
119var baseUrl = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress(); 161var baseUrl = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress(); 264var baseUrl = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress(); 315var baseUrl = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress();
Integration\Playwright\AspireMenuLayoutTests.cs (1)
29var repository = DashboardServerFixture.DashboardApp.Services.GetRequiredService<ITelemetryRepositoryWriter>();
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
258var endpoints = DashboardServerFixture.DashboardApp.FrontendEndPointsAccessor
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (3)
26await DashboardServerFixture.TestGate.WaitAsync(); 50BaseURL = DashboardServerFixture.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress() 71DashboardServerFixture.TestGate.Release();
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>();