statuschecker icon indicating copy to clipboard operation
statuschecker copied to clipboard

Use of robotstatuschecker with --prerebotmodifier option

Open HaaiHenkie opened this issue 5 years ago • 0 comments

Hello,

I discovered a nice hidden feature in statuschecker. Since the class StatusChecker is implemented as a ResultVisitor, you can use it as follows:

robot --prerebotmodifier robotstatuschecker.StatusChecker

or:

rebot --prerebotmodifier robotstatuschecker.StatusChecker

` This will not alter output.xml, but it modifies test results before generating log.html and report.html.

This is now my preferred way of using robotstatuschecker.

Could you add this to the documentation?

Best regards,

Henk van den Akker

HaaiHenkie avatar Apr 19 '20 15:04 HaaiHenkie