Publishes test results while tests run, rather than waiting for completion like that JUnit plugin does.
realtimeJUnit('**/target/surefire-reports/TEST-*.xml') {
sh 'mvn -Dmaven.test.failure.ignore=true clean verify'
}
Tick "Visualize test results in real time" in Job configuration. Builds with JUnit publisher and Maven builds will have an action called "Realtime Test Result" while in progress.
Refer to our contribution guidelines
Licensed under MIT, see LICENSE