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

nunit2report counts ignored tests as "errors". #24

Open
RossPatterson opened this issue Aug 13, 2012 · 0 comments
Open

nunit2report counts ignored tests as "errors". #24

RossPatterson opened this issue Aug 13, 2012 · 0 comments

Comments

@RossPatterson
Copy link

The nunit2report task has a summary column called "Errors". According to the XSLT code, that's the count of tests that were not executed ("count(child::results/test-case[@executed='False'])"). This means that tests that were ignored (e.g., because they are tagged as [Ignore]) are incorrectly flagged.

NUnit does not document what the "executed='False'" attribute actually means, but I believe the only way it can be set is if the test is explicitly skipped.

Can you please change the column to "Ignored" or "Skipped"? That's what NUnit's GUI would represent these as.

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

No branches or pull requests

1 participant