android-test
android-test copied to clipboard
An extensive framework for testing Android apps
### Overview As the current emulator-launcher implementation is implemented for Python2 and does not allow running on Firebase, I suggest here a way override the launcher target with a different...
In instrumentation runners, instead of using the default locale, always print the "Time: " output in US locale. This fixes an issue where changing the device locale affects the format...
### Overview A set of commits aimed to make the Python code under `tools/android/emulator/` compatible with Python2 and Python3. ### Proposed Changes This PR includes changes proposed in https://github.com/android/android-test/pull/379 (by...
We store our images in a different location than `androidsdk`. They are downloaded and make available using a http_archive ### Overview images are hard-coded in the repository at `//tools/android/emulated_devices:macro/image_info.bzl` as...
This is a draft of the API described in #724. Missing: * Manually testing that it actually works (heh), including trying out with Radiography. * Tests. * Feedback from the...
### Overview I don't know the appropriate structure/design to implement this functionality, but wanted to submit what I need. I can then refactor it to match the desired design -...