Skip to content

Fixed transmission of NUnit test results

Compare
Choose a tag to compare
@ralfhergert ralfhergert released this 20 Dec 11:54
· 9 commits to master since this release

Fixed #3 - NUnit test results should now be transmitted to Octane.

For both (JUnit and NUnit) when test results are converted into the Octane Data Model:

  • the packageName is now extracted from the fully qualified name of the test case
  • the className is now understood being a "simple classname" (without any package) and is also read from the fully qualified name of the test case
  • the testName ist extracted from the fully qualified name of the test case

The log-message for whenever an XML artifact could not be parsed will now tell which artifact (URL of the artifact is used) could not be parsed. Since this plugin tries to parse every artifact which seems to be a XML-file, even with regular usage this message will appear a lot.