testing-samples icon indicating copy to clipboard operation
testing-samples copied to clipboard

A collection of samples demonstrating different frameworks and techniques for automated testing

Results 111 testing-samples issues
Sort by recently updated
recently updated
newest added

Bazel CI is upgrading its build tools version to 30.x.x: https://github.com/bazelbuild/continuous-integration/pull/984

cla: yes

Delete: - Google+ Community: https://plus.google.com/communities/105153134372062985968

cla: yes

When UIScrollable.getChildByDescription starts working, first it does scrollToBeginning (which provokes updating of the list if the list is at the beginning), and only then it scrolls down and finds the...

I have written my test suite using python wrapper of [uiautomator](https://github.com/openatx/uiautomator2), I am currently running test connection via usb and starting adb . I would like to deploy it either...

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

cla: yes

Speed up builds by not downloading intermediate outputs from RBE. cc @philwo

cla: yes

Scenario - app module contains the app component with its modules for inject sub modules dependencies - module1 contains activity with its own espresso test - module2 contains activity with...