18 references to Playwright
Aspire.Dashboard.Tests (3)
Integration\Playwright\AppBarTests.cs (1)
13
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
15
[RequiresFeature(TestFeature.
Playwright
)]
tests\Shared\Playwright\PlaywrightProvider.cs (1)
14
public static bool HasPlaywrightSupport => RequiresFeatureAttribute.IsFeatureSupported(TestFeature.
Playwright
);
Aspire.EndToEnd.Tests (1)
tests\Shared\Playwright\PlaywrightProvider.cs (1)
14
public static bool HasPlaywrightSupport => RequiresFeatureAttribute.IsFeatureSupported(TestFeature.
Playwright
);
Aspire.Templates.Tests (10)
BuildAndRunTemplateTests.cs (3)
31
[RequiresFeature(TestFeature.SSLCertificate), RequiresFeature(TestFeature.
Playwright
)]
166
[RequiresFeature(TestFeature.SSLCertificate), RequiresFeature(TestFeature.
Playwright
)]
183
[RequiresFeature(TestFeature.
Playwright
)]
EmptyTemplateRunTests.cs (1)
20
[RequiresFeature(TestFeature.
Playwright
)]
PerTestFrameworkTemplatesTests.cs (1)
23
[RequiresFeature(TestFeature.
Playwright
)]
StarterTemplateProjectNamesTests.cs (1)
24
[RequiresFeature(TestFeature.
Playwright
)]
StarterTemplateRunTestsBase.cs (3)
26
[RequiresFeature(TestFeature.
Playwright
)]
41
[RequiresFeature(TestFeature.
Playwright
)]
61
[RequiresFeature(TestFeature.
Playwright
)]
tests\Shared\Playwright\PlaywrightProvider.cs (1)
14
public static bool HasPlaywrightSupport => RequiresFeatureAttribute.IsFeatureSupported(TestFeature.
Playwright
);
Aspire.TestUtilities (4)
RequiresFeatureAttribute.cs (4)
34
if ((Feature & TestFeature.
Playwright
) == TestFeature.
Playwright
&& !IsPlaywrightSupported())
144
if ((feature & TestFeature.
Playwright
) == TestFeature.
Playwright
&& !IsPlaywrightSupported())