以下说明假定您已在本地安装 Trade Federation 软件包;否则,请按照下载说明获取该软件包。
然后使用以下命令安装 Instrumentation 测试的 APK、执行测试并显示正在运行的测试
./tradefed.sh run instrumentations --apk-path <path of your apk>
输出类似于
07-17 10:55:32 D/InvocationToJUnitResultForwarder: Starting test: android.animation.cts.ValueAnimatorTest#testOfArgb
07-17 10:55:33 D/InvocationToJUnitResultForwarder: Starting test: android.animation.cts.ValueAnimatorTest#testIsRunning
07-17 10:55:34 D/InvocationToJUnitResultForwarder: Starting test: android.animation.cts.ValueAnimatorTest#testGetCurrentPlayTime
07-17 10:55:35 D/InvocationToJUnitResultForwarder: Starting test: android.animation.cts.ValueAnimatorTest#testStartDelay
07-17 10:55:35 I/InvocationToJUnitResultForwarder: Run ended in 2m 20s
您可以选择指定 --serial <device serial number>
以针对给定设备运行测试。可以使用 adb devices
获取设备的序列号。
如需详细了解 Tradefed 执行,请参阅通过 Tradefed 进行测试部分。