Skip to content
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

Allow multiple reporters #254

Open
pbiggar opened this issue Apr 29, 2018 · 0 comments
Open

Allow multiple reporters #254

pbiggar opened this issue Apr 29, 2018 · 0 comments

Comments

@pbiggar
Copy link

pbiggar commented Apr 29, 2018

I'm using elm-test on CircleCI, and it has a feature which ingests junit files, and over time produces stats about flaky tests, etc. I want to enable this. However, I also want console output, because it's simpler for devs to read in the build output.

I tried to enable both:

elm-test --report=junit --report=console

and got

The --report option must be given either 'console', 'junit', or 'json'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants