28 references to Playwright
Aspire.Dashboard.Tests (13)
Integration\Playwright\AccessibilityTests.cs (1)
28
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\AppBarTests.cs (1)
14
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\AspireMenuButtonFocusTests.cs (1)
13
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\AspireMenuLayoutTests.cs (1)
17
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\BrowserTokenAuthenticationTests.cs (2)
15
[RequiresFeature(TestFeature.
Playwright
)]
170
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\DashboardInteractionsTests.cs (1)
21
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\DesktopNavMenuTests.cs (1)
12
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\MobileNavMenuTests.cs (1)
12
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\ResourceSelectInteractionTests.cs (1)
17
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\ResourcesTests.cs (1)
15
[RequiresFeature(TestFeature.
Playwright
)]
Integration\Playwright\TracesLayoutTests.cs (1)
17
[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.Hosting.Testing.Tests (2)
DashboardUrlTests.cs (1)
82
[RequiresFeature(TestFeature.ContainerRuntime | TestFeature.
Playwright
)]
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 (2)
RequiresFeatureAttribute.cs (2)
184
if ((feature & TestFeature.
Playwright
) == TestFeature.
Playwright
&& !IsPlaywrightSupported())