You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the spec output, the docs.html file gets generated with the correct report, but the files mocha-junit-reporter.xml and mocha-bamboo-reporter.json are empty.
Tried to run with only mochaOptions: ['--reporter-options', 'spec=-,mocha-bamboo-reporter=./test/mocha-bamboo-reporter.json'], with the same results.
Is there a way to have all 4 outputs?
The text was updated successfully, but these errors were encountered:
@glenjamin
I am not sure, but probably not.
I also tried to have 3 outputs using mocha-multi-reporters, but it was not working either (I think it was only able to generate the junit report).
Is there any way to have at least spec, mocha-bamboo-reporter and mocha-junit-reporter at the same time without running the tests 3 times?
Running my tests with
I get the
spec
output, thedocs.html
file gets generated with the correct report, but the filesmocha-junit-reporter.xml
andmocha-bamboo-reporter.json
are empty.Tried to run with only
mochaOptions: ['--reporter-options', 'spec=-,mocha-bamboo-reporter=./test/mocha-bamboo-reporter.json'],
with the same results.Is there a way to have all 4 outputs?
The text was updated successfully, but these errors were encountered: