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

Output human readable test results to stdout during test-with-junit. #61

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

JacekLach
Copy link

This is a short term solution for making test-with-junit useful.
In the long run, it should probably be pulled into the test goal as an
'output-junit' option, as right now you have to run the tests twice or
skip the defaultTest goal to produce junit reports.

This is a short term solution for making run-with-junit useful.
In the long run, it should probably be pulled into the test goal as an
'output-junit' option, as right now you have to run the tests twice or
skip the defaultTest goal to produce junit reports.
@JacekLach
Copy link
Author

Currently test-with-junit only writes output to the junit .xml reports. This pull makes it output both the xml reports and the human readable output of mvn clojure:test, to the report file and stdout respectively.

@buildhive
Copy link

Mark Derricutt » clojure-maven-plugin #25 SUCCESS
This pull request looks good
(what's this?)

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

Successfully merging this pull request may close these issues.

None yet

2 participants