58 instantiations of OuterloopTestAttribute
Aspire.Acquisition.Tests (1)
Scripts\PRScriptIntegrationTests.cs (1)
23[OuterloopTest("Integration tests that require real GitHub API access and gh CLI")]
Aspire.Cli.EndToEnd.Tests (5)
ConfigMigrationTests.cs (1)
506[OuterloopTest("Requires downloading two separate CLI versions from GitHub")]
McpDocsE2ETests.cs (1)
22[OuterloopTest("Requires network access to fetch aspire.dev documentation")]
NewWithAgentInitTests.cs (1)
15[OuterloopTest("Requires npm and network access to install @playwright/cli from the npm registry")]
PlaywrightCliInstallTests.cs (1)
15[OuterloopTest("Requires npm and network access to install @playwright/cli from the npm registry")]
PodmanDeploymentTests.cs (1)
21[OuterloopTest("Requires Docker to run a privileged Podman helper container")]
Aspire.Cli.Tests (1)
Mcp\E2E\McpDocsE2ETests.cs (1)
20[OuterloopTest("Requires network access to fetch aspire.dev documentation")]
Aspire.Dashboard.Tests (24)
Integration\Playwright\AccessibilityTests.cs (6)
65[OuterloopTest("Resource-intensive Playwright browser test")] 85[OuterloopTest("Resource-intensive Playwright browser test")] 98[OuterloopTest("Resource-intensive Playwright browser test")] 110[OuterloopTest("Resource-intensive Playwright browser test")] 167[OuterloopTest("Resource-intensive Playwright browser test")] 273[OuterloopTest("Resource-intensive Playwright browser test")]
Integration\Playwright\AppBarTests.cs (2)
22[OuterloopTest("Resource-intensive Playwright browser test")] 69[OuterloopTest("Resource-intensive Playwright browser test")]
Integration\Playwright\AspireMenuButtonFocusTests.cs (1)
22[OuterloopTest("Resource-intensive Playwright browser test")]
Integration\Playwright\BrowserTokenAuthenticationTests.cs (6)
47[OuterloopTest("Resource-intensive Playwright browser test")] 78[OuterloopTest("Resource-intensive Playwright browser test")] 107[OuterloopTest("Resource-intensive Playwright browser test")] 134[OuterloopTest("Resource-intensive Playwright browser test")] 152[OuterloopTest("Resource-intensive Playwright browser test")] 179[OuterloopTest("Resource-intensive Playwright browser test")]
Integration\Playwright\DashboardInteractionsTests.cs (3)
30[OuterloopTest("Resource-intensive Playwright browser test")] 74[OuterloopTest("Resource-intensive Playwright browser test")] 130[OuterloopTest("Resource-intensive Playwright browser test")]
Integration\Playwright\MobileNavMenuTests.cs (2)
23[OuterloopTest("Resource-intensive Playwright browser test")] 60[OuterloopTest("Resource-intensive Playwright browser test")]
Integration\Playwright\ResourcesTests.cs (4)
24[OuterloopTest("Resource-intensive Playwright browser test")] 45[OuterloopTest("Resource-intensive Playwright browser test")] 66[OuterloopTest("Resource-intensive Playwright browser test")] 86[OuterloopTest("Resource-intensive Playwright browser test")]
Aspire.EndToEnd.Tests (3)
AssemblyInfo.cs (1)
6[assembly: OuterloopTest("EndToEnd tests require Docker and are slow")]
IntegrationServicesTests.cs (2)
23[OuterloopTest("EndToEnd tests require Docker and are slow")] 48[OuterloopTest("EndToEnd tests require Docker and are slow")]
Aspire.Hosting.Java.Tests (2)
AddJavaAppPublishTests.cs (2)
1140[OuterloopTest("Builds and runs a Docker image to verify the generated Java Dockerfile works")] 1217[OuterloopTest("Builds a real Maven wrapper project inside the generated image and runs it")]
Aspire.Hosting.JavaScript.Tests (2)
AddJavaScriptAppTests.cs (2)
535[OuterloopTest("Builds a Docker image to verify the generated pnpm Dockerfile works")] 631[OuterloopTest("Builds and runs a Docker image to verify the generated pnpm PublishAsPackageScript Dockerfile works")]
Aspire.Hosting.Radius.Tests (6)
Deployment\RadCliDetectionTests.cs (2)
12[OuterloopTest("Spawns the real `rad` CLI process to verify detection")] 21[OuterloopTest("Spawns the real `rad` CLI process to verify detection")]
DeploymentE2E\DeployEndToEndTests.cs (4)
23[OuterloopTest("Requires the rad CLI and a Radius-enabled Kubernetes cluster")] 54[OuterloopTest("Requires the rad CLI and a Radius-enabled Kubernetes cluster")] 89[OuterloopTest("Requires the rad CLI to be installed")] 100[OuterloopTest("Requires the rad CLI to be installed")]
Aspire.Hosting.Testing.Tests (1)
DashboardUrlTests.cs (1)
81[OuterloopTest("Resource-intensive Playwright browser test")]
Aspire.Hosting.Tests (3)
DistributedApplicationTests.cs (3)
1743[OuterloopTest("Long-running endpoint proxy test")] 1814[OuterloopTest("Long-running container test")] 1893[OuterloopTest("Long-running endpoint proxy test")]
Aspire.Oracle.EntityFrameworkCore.Tests (1)
AssemblyInfo.cs (1)
6[assembly: OuterloopTest("Oracle EF Core tests require Oracle container and are slow")]
Aspire.Templates.Tests (9)
BuildAndRunTemplateTests.cs (3)
33[OuterloopTest("playwright test")] 168[OuterloopTest("playwright test")] 184[OuterloopTest("playwright test")]
EmptyTemplateRunTests.cs (1)
22[OuterloopTest("Resource-intensive Playwright browser test")]
PerTestFrameworkTemplatesTests.cs (1)
25[OuterloopTest("playwright test")]
StarterTemplateProjectNamesTests.cs (1)
25[OuterloopTest("playwright test")]
StarterTemplateRunTestsBase.cs (3)
27[OuterloopTest("Resource-intensive Playwright browser test")] 42[OuterloopTest("Resource-intensive Playwright browser test")] 62[OuterloopTest("Resource-intensive Playwright browser test")]
2 references to OuterloopTestAttribute
Aspire.Hosting.Radius.Tests (1)
DeploymentE2E\DeployEndToEndTests.cs (1)
17/// <see cref="OuterloopTestAttribute"/> so they only run in the outerloop CI
Aspire.TestUtilities (1)
OuterloopTestAttribute.cs (1)
44/// Initializes a new instance of the <see cref="OuterloopTestAttribute"/> class with an optional <see cref="Reason"/>.