We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CI tools like Circle base their error reporting on JUnit. It allows them to visualize logs like this:
https://circleci.com/gh/material-motion/material-motion-js/1025
Can we add reporters: ['junit', 'progress'] to karma.conf?
reporters: ['junit', 'progress']
The text was updated successfully, but these errors were encountered:
/cc @josephperrott
Sorry, something went wrong.
dupe #983
No branches or pull requests
CI tools like Circle base their error reporting on JUnit. It allows them to visualize logs like this:
https://circleci.com/gh/material-motion/material-motion-js/1025
Can we add
reporters: ['junit', 'progress']
to karma.conf?The text was updated successfully, but these errors were encountered: