Is there a way in botium-cli to output the report as a junit xml file?
If so, can I please know the command to run?
Botium uses reporters from mocha. As I see mocha just supports xunit reporter.
And to use it:
botium-cli run --output xunit
Is there a way in botium-cli to output the report as a junit xml file?
If so, can I please know the command to run?
Botium uses reporters from mocha. As I see mocha just supports xunit reporter.
And to use it:
botium-cli run --output xunit