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