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

#430 Changed directory structure of unit test report output #431

Closed

Conversation

jonesyface
Copy link

Changed the directory structure of unit test report output when running the mlUnitTest gradle task so that all failed tests are written to a "failed" directory within build/test-results/marklogic-unit-test, while all successful tests are written to a "passed" directory in the same location.

This should help solve the issue raised in marklogic-community/marklogic-unit-test#46 where it was pointed out that it wasn't possible to work out which tests have failed without looking through all the test reports.

I've also created a related pull request (marklogic-community/marklogic-unit-test#61) that deals with the other issue outlined in the above ticket that it's hard to read the test failure stack output.

…ailed tests to "failed" and successful tests to "passed".
@rjrudin
Copy link
Contributor

rjrudin commented Feb 17, 2019

I added a comment to marklogic-community/marklogic-unit-test#46 - the exact tests that fail are printed out. This change would also deviate from how "gradle test" writes JUnit results out to a directory structure, so I don't want to go in that direction.

@rjrudin rjrudin closed this Feb 17, 2019
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