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

Print failure reason and stacktrace #13

Closed
radarsh opened this issue Oct 6, 2017 · 0 comments
Closed

Print failure reason and stacktrace #13

radarsh opened this issue Oct 6, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@radarsh
Copy link
Owner

radarsh commented Oct 6, 2017

Test failures should print more detail by default. This should be the equivalent of configuring the standard Gradle test logging with the below settings.

testLogging {
    exceptionFormat "full"
    showExceptions true
    showCauses false
    showStackTraces true
}
@radarsh radarsh added this to the 1.0.1 milestone Oct 9, 2017
@radarsh radarsh self-assigned this Oct 12, 2017
@radarsh radarsh changed the title Provide option to print failure reason Print failure reason and stacktrace Oct 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant