4 references to TestScenario
Aspire.EndToEnd.Tests (4)
IntegrationServicesFixture.cs (4)
124throw 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} "); 131TestResourceNames resourcesToInclude = TestScenario switch 137_ => throw new ArgumentException($"Unknown test scenario '{TestScenario}'")