action-surefire-report
action-surefire-report copied to clipboard
How to publish separate reports for maven-surefire-plugin and maven-failsafe-plugin
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.
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.