I launching play tests via this command:
C:\Unity\Unity_2017_4_1f1\Editor\Unity.exe -buildTarget android -projectPath C:\Projects\Game\GameUnity -runTests -testResults C:\Projects\Game\TestResult-Android.xml -testPlatform android -logFile PlayModeTests.log
Tests are launching on the device, but testResults file is not generated.
Can you help me with what I doing wrong?
Maybe file stays on the device and I need grab it with adb instruction?