Nunit Runner - Nunit3 Result xml file

I am using Nunit Runner((nunit3) with DotCover to run all my unit test cases. It works perfectly fine and DotCover Results also more user friendly. 

And requirment is to send Nunit3 result XML file to SONAR QUBE. I passed Addtional Command Line parameter for nunit runner to get Nunit Result, but result is not published in specified folder. 

I did some analyse and came to know that DOTCOVER Config file by default sets Executable file arugmenrs as --NORESULT., hence I am not getting any nunit result.

How can i get nunit result from nunit runner ?

 

 

0

Please sign in to leave a comment.