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