Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

The 'nunit3-junit.xslt' is not transform skipped test case correctly. #21

@watsonsong

Description

@watsonsong

If a test suite with some test case skipped, the nunit report xml will contains:

<test-suite>
  <reason>
    <message><![CDATA[One or more child tests were ignored]]></message>
  </reason>
  <test-case>
    <reason>
      <message><![CDATA[]]></message>
    </reason>
  </test-case>
</test-suite>

The passed test-case will produce reason with empty message, but transform to junit, the test case will marked as skipped:

<testcase>
  <skipped message="" />
</testcase>

#22

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions