Closed marek2209 closed 4 years ago
Is it somehow possible to change fail status to passed in single tests ? Sometimes after rerun tests are passing so it will be valuable to have option to change that state.
You can use (Java/C#):
test.getModel().setStatus(); test.Model.Status
Is it somehow possible to change fail status to passed in single tests ? Sometimes after rerun tests are passing so it will be valuable to have option to change that state.