I would like a report similar to the 'Test Coverage Run by Test Set' however, I would like the report to display only the last result.
So, if I have a release with multiple builds this report currently consolidates all results. For example, if the release has 2 builds:
- The first build might result in 10 Passes and 10 Fails
- The second build might result in 10 passes – we may or may not re-run the already passed tests.
In this scenario the report for the release will display a total of 20 passes and 10 fails – I would like it to show just the last recorded status – irrespective of the build it was run in.