David Paquette

JUnit Attachments Support for Publish Test Results

We’ve recently made some improvements to the Publish Test Results task in Azure Pipelines. This task now supports file attachments when publishing test results from a JUnit report.

JUnit Attachments Report Format

The JUnit XML report format doesn’t officially have support for file attachments but there is a common convention of including attachments in the element of each test case.
The post JUnit Attachments Support for Publish Test Results appeared first on Azure DevOps Blog.
Programming