Open HaaiHenkie opened 4 years ago
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
Hello,
I discovered a nice hidden feature in statuschecker. Since the class StatusChecker is implemented as a ResultVisitor, you can use it as follows:
or:
` 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