-
Improvement
-
Resolution: Unresolved
-
Major
-
None
Currently, when any of the tests fail, the whole build is marked as unstable without further incofmation (happens probably here)
Now that there is a new API which passes more information about the failed step. That change is documented here.
So the nunit plugin should be adjusted so that it can be displayed, where the build got unstable.
In JUnit, this PR introduced this change. This PR might be used as idea on how to implement this.