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