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