1 write to DashboardApp
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
53
DashboardApp
= CreateDashboardApp(Configuration, Resources, ConfigureServices);
15 references to DashboardApp
Aspire.Dashboard.Tests (15)
Integration\Playwright\AccessibilityTests.cs (4)
119
var baseUrl = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress();
161
var baseUrl = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress();
264
var baseUrl = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress();
315
var baseUrl = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress();
Integration\Playwright\AspireMenuLayoutTests.cs (1)
29
var repository = DashboardServerFixture.
DashboardApp
.Services.GetRequiredService<ITelemetryRepositoryWriter>();
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
258
var endpoints = DashboardServerFixture.
DashboardApp
.FrontendEndPointsAccessor
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (3)
55
await
DashboardApp
.StartAsync();
59
var writer =
DashboardApp
.Services.GetRequiredService<IResourceRepositoryWriter>();
140
await
DashboardApp
.DisposeAsync();
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
50
BaseURL = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress()
Integration\Playwright\MobileNavMenuTests.cs (2)
29
BaseURL = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress(),
66
BaseURL = DashboardServerFixture.
DashboardApp
.FrontendSingleEndPointAccessor().GetResolvedAddress(),
Integration\Playwright\ResourceSelectInteractionTests.cs (1)
29
var repository = DashboardServerFixture.
DashboardApp
.Services.GetRequiredService<ITelemetryRepositoryWriter>();
Integration\Playwright\TerminalTests.cs (1)
36
using var session = fixture.
DashboardApp
.Services.GetRequiredService<TerminalViewSessionRegistry>()
Integration\Playwright\TracesLayoutTests.cs (1)
29
var repository = DashboardServerFixture.
DashboardApp
.Services.GetRequiredService<ITelemetryRepositoryWriter>();