我什至不确定这是否有意义,但是否可以在无头模式下运行仪器测试?目前我从命令行运行我的测试套件,如下所示:
ant debug install test
或者,如果我想专注于像这样的单个测试:
adb shell am instrument -w -e class com.my.package.testClass#testCase com.my.package.tests/android.test.InstrumentationTestRunner
是否可以将标志传递给 ant 或 adb(或两者)以在没有 UI 的情况下运行测试?我没有使用模拟器。我正在我的设备上运行测试。