Visual Studio から自分の specflow 機能の適切な HTML 出力を生成しようとしています。resharper をインストールして機能テストを実行できますが、最終結果の html 出力を取得したいと考えています。
外部ツールを作成できると言っているサイトをいくつか試しました。ここに私の設定があります:
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)
次に、テストを実行し、[ツール] -> [SpecFlow テスト結果] を選択します。
cmd ウィンドウが短時間開いているのが見えますが、TestResult.xml ファイルが表示されません。
何か案は?また、プロジェクトで nunit.framework を参照しましたが、それが問題かどうかはわかりません。
ありがとう