1 write to DashboardApp
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
53DashboardApp = CreateDashboardApp(Configuration, Resources, ConfigureServices);
15 references to DashboardApp
Aspire.Dashboard.Tests (15)
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\DashboardServerFixture.cs (3)
55await DashboardApp.StartAsync(); 59var writer = DashboardApp.Services.GetRequiredService<IResourceRepositoryWriter>(); 140await DashboardApp.DisposeAsync();
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
50BaseURL = 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\TerminalTests.cs (1)
36using var session = fixture.DashboardApp.Services.GetRequiredService<TerminalViewSessionRegistry>()
Integration\Playwright\TracesLayoutTests.cs (1)
29var repository = DashboardServerFixture.DashboardApp.Services.GetRequiredService<ITelemetryRepositoryWriter>();