3 references to DoesNotHavePlaywrightSupport
Aspire.Dashboard.Tests (3)
Integration\Playwright\AppBarTests.cs (1)
13[ActiveIssue("https://github.com/dotnet/aspire/issues/4623", typeof(PlaywrightProvider), nameof(PlaywrightProvider.DoesNotHavePlaywrightSupport))]
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
14[ActiveIssue("https://github.com/dotnet/aspire/issues/4623", typeof(PlaywrightProvider), nameof(PlaywrightProvider.DoesNotHavePlaywrightSupport))]
tests\Shared\Playwright\PlaywrightProvider.cs (1)
14public static bool HasPlaywrightSupport => !DoesNotHavePlaywrightSupport;