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