5 references to TestScenario
Aspire.EndToEnd.Tests (5)
IntegrationServicesFixture.cs (5)
129throw new InvalidOperationException($"The required resource '{ename}' was skipped for the app run for TestScenario: {TestScenario}. Make sure that the TEST_SCENARIO environment variable matches the intended scenario for the test. Resources that were skipped: {string.Join(",", _resourcesToSkip)}. TestScenario: {TestScenario} "); 136TestResourceNames resourcesToInclude = TestScenario switch 144_ => throw new ArgumentException($"Unknown test scenario '{TestScenario}'") 154if (string.IsNullOrEmpty(TestScenario))