これを実行すると:
sh "#{MBUNIT_PATH}Gallio.Echo.exe /no-echo-results src/#{dll}/bin/Debug/#{dll}.dll"
私の rakefile では、Gallio が私の mbunit テストを実行し、TeamCityが結果を取得します:D
でもこれは:
sh "#{NUNIT_PATH}nunit-console.exe /nologo src/#{dll}/bin/Debug/#{dll}.dll"
私のテストを実行しますが、TeamCity は結果を取得しません:(
最初にGallioを介してNUnitテストを実行しようとしましたが、テストが検出されません :(
teamcity NUnit ランチャーを使用すると、次のようになります。
Failure executing test(s) on assembly nunittests.dll with NUnit 2.5.0.9122. Version 2.0 is not a compatible version.
これに対する解決策は何ですか?Gallio に NUnit テストを取得させる方法、または nunit-console を TeamCity に取得させる方法。