Hi i would like to execute the sonarqube project’s unit test cases using selenium ,can some one please help me how to do it.
Hello @Pratish,
There’s a couple of unit test tools reports format that we support to import natively (ie we can directly parse them as they are generated by the tool) but not Selenium (for the tools we natively support see this documentation page)
For tools that we don’t support natively, like Selenium, you have to convert the Selenium test report into a generic XML format the we support and that’s described here
Let me know if that answers your question
Olivier