xUnit and Pipeline
This is a guest post by Liam Newman,
Technical Evangelist at CloudBees.
The
JUnit plugin
is the go-to test result reporter for many Jenkins projects,
but the it is not the only one available. The
xUnit plugin
is a viable alternative that supports JUnit and many other test result file formats.
Introduction
No matter the project, you need to gather and report test results.
JUnit is one of the...