これはばかげているように聞こえるかもしれませんが、私はPowerShellスクリプトを使用してNUnitテストを実行しようとしており、何度か試行しましたが、希望はありませんでした。別の形式がありますか、それともプラグインを追加する必要がありますか?
どんな助けでも適用されるでしょう...
Command = "c:\Program Files\NUnit 2.4.8\bin\nunit-console.exe" /config=Release "C:\projects\IntegrationTests\IntegrationTests.nunit" 2>&1
以下のように出力します。
PS C:\ tests> "c:\ Program Files \ NUnit2.4.8 \ bin \ nunit-console.exe"/config=リリース
"C:\ projects \ IntegrationTests \ IntegrationTests.nunit" 2>&1
'/'演算子の右側に値式を指定する必要があります。
1行目char:55 + "c:\ Program Files \ NUnit 2.4.8 \ bin \ nunit-console.exe" / <<<<
config = Release "C:\ projects \ IntegrationTests \ IntegrationTests.nunit" 2>&1
前もって感謝します