action-surefire-report icon indicating copy to clipboard operation
action-surefire-report copied to clipboard

How to publish separate reports for maven-surefire-plugin and maven-failsafe-plugin

Open kwin opened this issue 3 years ago • 1 comments

It would be nice to enhance the readme to cover more advanced use cases as well like publishing reports from both unit (m-surefire-p) and integration test (m-failsafe-p) and matrix builds.

kwin avatar Jul 21 '21 17:07 kwin

You can use this plugin multiple times and point it to a different report_paths. One for surefire, one for failsafe. As for the matrix build, I really don't have practical experience. Feel free to raise a PR for documentation/README update when you come up with working solution.

jmisur avatar Jul 26 '21 13:07 jmisur