Hi, i’m not able to execute Unit Test Runner from command line - batch mode.
I found the following documentation: https://bitbucket.org/Unity-Technologies/unitytesttools/wiki/UnitTestsRunner
The documentation contains a usage example:
Unity.exe -batchmode
-projectPath PATH_TO_YOUR_PROJECT
-executeMethod UnityTest.Batch.RunUnitTests
-resultFilePath=C: emp\results.xml
Following the example, i’m trying to execute:
/Applications/Unity/Unity.app/Contents/MacOS/Unity -projectPath ./myProject -batchmode -quit -executeMethod UnityTest.Batch.RunUnitTests -resultFilePath=./result.xml
I’m executing the command from the directory containing the project, trying to write a result file result.xml.
When i execute the command, nothing happens.
Please Help
System information: mac pro 11,1 with OS X 10.9.4 (13E28).