Does sonarqube maven plugin be configured to read failsafe reports?

Hi,

If there were a plugin that read Failsafe reports then it’s likely you would indeed need to configure analysis to pick up the reports. However, I’m not aware of such a plugin.

You may be interested in the Generic Test Data format. If you can convert your failsafe data to that format, you should be able to (configure analysis and) import it.

 
Ann