11 instantiations of RequiresPlaywrightAttribute
Aspire.Dashboard.Tests (2)
Integration\Playwright\AppBarTests.cs (1)
13
[
RequiresPlaywright
]
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
15
[
RequiresPlaywright
]
Aspire.Templates.Tests (9)
BuildAndRunTemplateTests.cs (3)
31
[RequiresSSLCertificate,
RequiresPlaywright
]
98
[RequiresSSLCertificate,
RequiresPlaywright
]
115
[
RequiresPlaywright
]
EmptyTemplateRunTests.cs (1)
20
[
RequiresPlaywright
]
PerTestFrameworkTemplatesTests.cs (1)
23
[
RequiresPlaywright
]
StarterTemplateProjectNamesTests.cs (1)
24
[
RequiresPlaywright
]
StarterTemplateRunTestsBase.cs (3)
26
[
RequiresPlaywright
]
41
[
RequiresPlaywright
]
61
[
RequiresPlaywright
]
3 references to RequiresPlaywrightAttribute
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;