4 references to IsSupported
Aspire.Dashboard.Tests (1)
tests\Shared\Playwright\PlaywrightProvider.cs (1)
14
public static bool HasPlaywrightSupport => RequiresPlaywrightAttribute.
IsSupported
;
Aspire.EndToEnd.Tests (1)
tests\Shared\Playwright\PlaywrightProvider.cs (1)
14
public static bool HasPlaywrightSupport => RequiresPlaywrightAttribute.
IsSupported
;
Aspire.Templates.Tests (1)
tests\Shared\Playwright\PlaywrightProvider.cs (1)
14
public static bool HasPlaywrightSupport => RequiresPlaywrightAttribute.
IsSupported
;
Aspire.TestUtilities (1)
RequiresPlaywrightAttribute.cs (1)
27
if (!
IsSupported
)