atr

command module
v0.0.0-...-77ace0d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2019 License: MIT Imports: 18 Imported by: 0

README

Android Test Runner (ATR)

A utility to run Android instrumentation tests from command line.

Examples

  • Run tests listed in AllTests.txt in test.apk against under-test.apk on device with serial abcdefg: atr test --apk=under-test.apk --testapk=test.apk --testfile AllTests.txt --recordjunit --recordscreen --recordlogcat --device abcdefg

  • Run tests MyTestClass#myTest in test.apk against under-test.apk on all connected devices atr test --apk=under-test.apk --testapk=test.apk --testfile AllTests.txt --recordjunit --recordscreen --recordlogcat

  • Run tests as specified in atr.yaml (You can provide flag values in this file using YAML) atr test --load atr.yaml

Dependencies

  • adb
  • aapt

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package mock_aapt is a generated GoMock package.
Package mock_aapt is a generated GoMock package.
Package mock_adb is a generated GoMock package.
Package mock_adb is a generated GoMock package.
Package mock_command is a generated GoMock package.
Package mock_command is a generated GoMock package.
Package mock_files is a generated GoMock package.
Package mock_files is a generated GoMock package.
Package mock_junit_xml is a generated GoMock package.
Package mock_junit_xml is a generated GoMock package.
Package mock_logcat is a generated GoMock package.
Package mock_logcat is a generated GoMock package.
Package mock_logging is a generated GoMock package.
Package mock_logging is a generated GoMock package.
Package mock_output is a generated GoMock package.
Package mock_output is a generated GoMock package.
Package mock_result is a generated GoMock package.
Package mock_result is a generated GoMock package.
Package mock_screen_recorder is a generated GoMock package.
Package mock_screen_recorder is a generated GoMock package.
Package mock_test is a generated GoMock package.
Package mock_test is a generated GoMock package.
Package mock_test_listener is a generated GoMock package.
Package mock_test_listener is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL