2 references to IsPlaywrightSupported
Aspire.Playground.Tests (2)
tests\Aspire.TestUtilities\RequiresFeatureAttribute.cs (2)
34
if ((Feature & TestFeature.Playwright) == TestFeature.Playwright && !
IsPlaywrightSupported
())
144
if ((feature & TestFeature.Playwright) == TestFeature.Playwright && !
IsPlaywrightSupported
())