问题
I'm writing a Xamarin UI Test app via specflow.
Im using Specflow nunit reporting to try and generate a test report
I run the unit tests with
"C:\Program Files (x86)\NUnit.org\bin\nunit-console.exe" path_to_project_dll
I then run the specflow report within the directory of the testresults.xml file
"path\specflow.exe" nunitexecutionreport path_to_csproj /out:path_to_html_output
The output is a test report that recognises the features but doesnt give any information about the tests.
Appreciate any ideas. Thanks
来源:https://stackoverflow.com/questions/37073068/specflow-nunit-test-report-is-blank