6 references to HasPlaywrightSupport
Aspire.Templates.Tests (6)
BuildAndRunTemplateTests.cs (3)
40if (PlaywrightProvider.HasPlaywrightSupport) 109await using var context = PlaywrightProvider.HasPlaywrightSupport ? await CreateNewBrowserContextAsync() : null; 139if (PlaywrightProvider.HasPlaywrightSupport)
PerTestFrameworkTemplatesTests.cs (1)
35if (PlaywrightProvider.HasPlaywrightSupport && RequiresSSLCertificateAttribute.IsSupported)
StarterTemplateProjectNamesTests.cs (1)
36await using var context = PlaywrightProvider.HasPlaywrightSupport ? await CreateNewBrowserContextAsync() : null;
TemplateTestsBase.cs (1)
147=> PlaywrightProvider.HasPlaywrightSupport