Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NUnit Tests アセンブリが正常に完了した後、NUnit summary.exeを実行したいと考えています。バッチ ファイルから NUnit を呼び出してから、NUnit の概要を呼び出したいと思います。これを行う方法?
バッチファイルでnunit.console.exeを呼び出した後、nunitsummary.exeを追加するだけです。それ以上の制御が必要な場合は、Powershellをチェックアウトする必要があります。これにより、テストの実行後にresults.xmlファイルが存在するかどうかを簡単に確認できます。