I'm trying to generate a nice HTML output for my specflow features from Visual Studio. I have resharper installed and I can run my feature tests but I would like to get an html output of the final results.
I have tried several sites which say we can create an External Tools. Here are my settings:
Title: SpecFlow Test Result
Command:C:\TFS\Test_Automation\a.1_Main\Test\AutoUpdateTests\AutoUpdateTests\packages\SpecFlow.1.9.0\tools\specflow.exe
Arguments: nunitexecutionreport AutoUpdateTests.csproj /xmlTestResult:bin\debug\TestResult.xml
Initial directory: $(ProjectDir)
so then I execute my tests and then select Tools -> SpecFlow Test Result
I see a cmd window open briefly but no TestResult.xml file appears.
Any ideas? I also have referenced nunit.framework in my project not sure that matters.
Thanks