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 <testcase></skipped><testcase> for pending tests to xunit reporter #1051

Merged
merged 1 commit into from
Nov 30, 2013

Conversation

tkmunzwa
Copy link

Resolves #1050

Adds test result for pending tests to results array. Pending tests will be then reported individually as <testcase name="test1"></skipped></testcase>. These entries are currently not shown in detail, only the total number of skipped test is shown (as the <testsuite skipped="1"> attribute).

Resolves mochajs#1050

Adds test result for pending tests to results array. Pending tests will be
 are then reported individually as <testcase name="test1"></skipped></testcase>
travisjeffery added a commit that referenced this pull request Nov 30, 2013
Add <testcase></skipped><testcase> for pending tests to xunit reporter

* tkmunzwa/master:
  Add pending tests to test result data. Issue #1050
travisjeffery added a commit that referenced this pull request Nov 30, 2013
@travisjeffery travisjeffery merged commit 4ac4be4 into mochajs:master Nov 30, 2013
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.

xUnit report is skipping <testresult> for pending tests
3 participants