-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --reporter-options configuration option #153
Comments
Testee currently does not support reporter options, I've also never seen them before. Have a good link? |
its mentioned here: https://mochajs.org/#reporters |
I think you mean https://mochajs.org/#undocumented-reporters, but I see. It seems like this is the only reporter which takes options. I would prefer not coupling Testee to Mocha much more, and adding another option would be doing that. Have you tried piping your Testee output to your file? For example, |
Well, I faced some issues in my CI setup with that, using the reporter options would be a workaround. Ideally testee would support this reporter https://www.npmjs.com/package/mocha-jenkins-reporter |
I see. I suppose we should support that given it's a known convention out there. There's a lot of work planned around improving Testee's configuration. This should be covered in those changes. |
It would be great if we were able to pass the |
The described option for the xunit reporter
doesn't work with testee.
The text was updated successfully, but these errors were encountered: