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

Add an option to report all test cases for each class to the reports #9

Open
CharliePoole opened this issue Sep 29, 2013 · 0 comments
Assignees
Milestone

Comments

@CharliePoole
Copy link
Owner

Currently, nunit-results produces an index file and a detailed report for each test assembly. Some folks would like to have a more detailed report that lists the result of each test method. This should be added as an optional feature.

The detailed report would be linked to from each test class. It could be on a separate page or lower down on the same page. It would include all relevant info available about the test.

If a detailed report is being produced, then it may not be necessary to produce the separate tables of failed or not run tests. Individual tests in the detailed report should be color-coded based on their outcome.

Originally https://bugs.launchpad.net/nunit-results/+bug/495734

@ghost ghost assigned CharliePoole Sep 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant