W tych instrukcjach przyjęto, że pakiet Trade Federation jest dostępny lokalnie. Jeśli nie, postępuj zgodnie z instrukcjami dotyczącymi jego pobrania.
Następnie zainstaluj pakiet APK testów pomiarowych, wykonując to polecenie:
./tradefed.sh run instrumentations --apk-path <path of your apk>
Dane wyjściowe wyglądają tak:
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
Opcjonalnie możesz określić --serial <device serial number>
, aby uruchomić test na danym urządzeniu. Numer seryjny urządzenia można uzyskać za pomocą adb devices
.
Więcej informacji o wykonywaniu testów za pomocą Tradefed znajdziesz w sekcji Testowanie za pomocą Tradefed.