4 references to PlaywrightFixture
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 12public PlaywrightFixture PlaywrightFixture { get; } 16public PlaywrightTestsBase(DashboardServerFixture dashboardServerFixture, PlaywrightFixture playwrightFixture)