/vs-test-detail

An NUnit extension for Azure DevOps

Primary LanguageTypeScriptMIT LicenseMIT

vs-test-detail

Build Status

A UI extension for test cases in Azure DevOps (VSO)

  • Currently supports NUnit XML 2/3 test results and displays additional detail in the test console
  • Supports displaying custom test parameters and properties
  • Supports stdout (missing from debug window) in NUnit 3 and JUnit

Compatibility

NUnit XML output provides more granular data. The amount of data shown will depend on the plugin output.

Platform/Plugin Output Format Supported?
Pytest/pytest-nunit NUnit 3.0 XML Yes
Node/jest-nunit-reporter NUnit 2.0 XML Yes (minimal data)
.NET/NUnit 2 NUnit 2.5 XML Yes (minimal data)
.NET/NUnit 3 Nunit 3.0 XML Yes
Java/JUnit 4 JUnit 4.0 XML Yes
Python/Junit JUnit 4.0 XML Yes (minimal data)

Configuration

No additional configuration is required if you are using the PublishTestResults@2 task with either the NUnit or JUnit test runner formats.

Issues

If you come across any issues with this extension, please report them on the GitHub page. Attaching your report XML file to the issue will aid debugging.

Screenshots

PyTest/pytes-nunit

NUnit 2.5

JUnit