1 write to DashboardServerFixture
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\PlaywrightTestsBase.cs (1)
20
DashboardServerFixture
= dashboardServerFixture;
13 references to DashboardServerFixture
Aspire.Dashboard.Tests (13)
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\PlaywrightTestsBase.cs (3)
26
await
DashboardServerFixture
.TestGate.WaitAsync();
50
BaseURL =
DashboardServerFixture
.DashboardApp.FrontendSingleEndPointAccessor().GetResolvedAddress()
71
DashboardServerFixture
.TestGate.Release();
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>();