ExpensifyテストをHudsonに追加してWindowsPhoneテストフレームワークを追加するにはどうすればよいですか?Windowsバッチコマンドを追加しようとしていますが、正常にトリガーできません。同時に、手動で開いたcmd.exeで同じコマンドを使用すると、テストが成功します。
エラーログ:
Given my app is clean installed and running
->creating datastore
->getting platform
->1 platform(s) found
->platform 'Windows Phone 7' found
->looking for device 'Windows Phone Emulator'
->2 devices found
->connecting to device...
->device Connected...
->building host...
->opening host...
->error: Failed to start ApplicationAutomationController
Windowsバッチコマンドは次のとおりです。「C:\ Windows \ System32 \ cscript.exeRunSpec.js」、RunSpec.jsは例からのものです。