6 instantiations of RequiresPlaywrightAttribute
Aspire.Dashboard.Tests (2)
Integration\Playwright\AppBarTests.cs (1)
13
[
RequiresPlaywright
]
Integration\Playwright\BrowserTokenAuthenticationTests.cs (1)
15
[
RequiresPlaywright
]
Aspire.Templates.Tests (4)
EmptyTemplateRunTests.cs (1)
20
[
RequiresPlaywright
]
StarterTemplateRunTestsBase.cs (3)
26
[
RequiresPlaywright
]
40
[
RequiresPlaywright
]
59
[
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;