I am trying to integrate donut type report using specflow and NUnit2.64(I have tried with Nunit3 as well) using Jenkins. Has anyone tried that I google it but can't find much detail?
I have done the following configuration in my Jenkins.
MSBuild Version : MSBuild
MSBuild Build File: Myproject.sln
Execute Windows batch command
Command: D:\myprojectPath\bin\nunit3-console D:\projectPath\bin\Debug\RESTAPITest.dll --result=TestResult.xml
D:\Reports\specflow.exe nunitexecution report D:\myProjectPath\projName.csproj /out:MyTestResults.html
Publish Nunit test result report
Test report XMLs: TestResult.xml
The report I am getting is like this. But my TestResult.xml shows all the steps of scenario. Don't know what I am missing and I wanted to show reports in donut kind of form.

You need to output the report in the correct format when using NUnit3 (see Specflow documentation) as Specflow doesn't support NUnit3 fully at the moment.