TestCentric / testcentric-gui

TestCentric GUI Runner for NUnit
Other
67 stars 30 forks source link

Errors and Failures tab should show failures from the selected test #1052

Closed CharliePoole closed 4 months ago

CharliePoole commented 4 months ago

Currently, the Errors and Failures tab shows all errors, failures and warnings for the entire test run. In keeping with our current design, it should show only those errors and failures related to the currently selected test. It may still show multiple failures in cases where the test is a suite or a test method with multiple assertion failures.