Is there a way to run multiple report runners using botium-cli like the below?
botium-cli run xunit mochaswesome --reporter-options …
Above is not working. Can you please suggest a way it might work?
Is there a way to run multiple report runners using botium-cli like the below?
botium-cli run xunit mochaswesome --reporter-options …
Above is not working. Can you please suggest a way it might work?
Mocha does not support multi reporters. There is a package to do this, but we dont have experience with it.
So there is no simple way to do it.