-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Test Improvement
-
Not Needed
Currently all the scenarios are tested in a single task, with a function defined for each one. That is problematic because each function runs the Gradle build, and the test names overlap. So that means that it's difficult to see failures if just one of the scenarios fails.
The Evergreen config should be updated so that each scenario runs in its own task.