Integration test count not showing

Hello Team,
We are scanning one project which have Unit tests and Integration tests.
Scanning and code coverage is working fine.
But we can only see the Unit test count in the dashboard.
Is there any way to know the Integration test count?
Please let me know if there is any workaround to view it.
Enterprise edition (Version 10.2.1) of Sonarqube.

Hi,

Welcome to the community!

We don’t have a separate count for integration tests. If you can get them included in your test execution report though, they’ll be included in the total.

 
HTH,
Ann

Thanks.
Could you please suggest how we can include the integration test in execution. We are using maven failsafe plugin to run the integration test. Any reference will really grateful.

Hi,

Sorry, that’s a bit out of scope for me.

 
Ann