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