4 references to DashboardServerFixture
Aspire.Dashboard.Tests (4)
Integration\Playwright\AppBarTests.cs (1)
14public AppBarTests(DashboardServerFixture dashboardServerFixture, PlaywrightFixture playwrightFixture)
Integration\Playwright\PlaywrightTestsBase.cs (3)
9public class PlaywrightTestsBase : IClassFixture<DashboardServerFixture>, IClassFixture<PlaywrightFixture>, IAsyncDisposable 11public DashboardServerFixture DashboardServerFixture { get; } 16public PlaywrightTestsBase(DashboardServerFixture dashboardServerFixture, PlaywrightFixture playwrightFixture)