extent-framework / klov

Report server for ExtentReports
http://klov.herokuapp.com
38 stars 32 forks source link

Changing status from fail to passed #39

Closed marek2209 closed 4 years ago

marek2209 commented 5 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.

anshooarora commented 4 years ago

You can use (Java/C#):

test.getModel().setStatus();
test.Model.Status