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
At this time, the only report of unit testing is produced in the standard output. Reading easily this type of reporting is important. Test reports is a documentation in real time of 'what do' and ''what not do' an application. Finding a better way to produce test reports in text format or better, in html format like gradle do with junit. http://2.bp.blogspot.com/-ElCEDWh_5JI/UFSuwkc_q7I/AAAAAAAAADk/rEU3HVTkaG8/s1600/Gradle+test+report.png. Or with BDD (Behaviour Driven Test) style) : http://codepen.io/renatoathaydes/full/ihGgt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At this time, the only report of unit testing is produced in the standard output.
Reading easily this type of reporting is important.
Test reports is a documentation in real time of 'what do' and ''what not do' an application.
Finding a better way to produce test reports in text format or better, in html format like gradle do with junit.
http://2.bp.blogspot.com/-ElCEDWh_5JI/UFSuwkc_q7I/AAAAAAAAADk/rEU3HVTkaG8/s1600/Gradle+test+report.png.
Or with BDD (Behaviour Driven Test) style) : http://codepen.io/renatoathaydes/full/ihGgt
The text was updated successfully, but these errors were encountered: