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 120 testing-samples issues
Sort by recently updated
recently updated
newest added

Incompatible flag --incompatible_load_cc_rules_from_bzl will break Android Testing once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [:ubuntu: 18.04 (OpenJDK 11)](:ubuntu: 18.04 (OpenJDK 11)) *...

Incompatible flag --incompatible_disable_native_android_rules will break Android Testing once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [:windows: (OpenJDK 8)](:windows: (OpenJDK 8)) * [:ubuntu: 18.04...

Incompatible flag --incompatible_no_implicit_file_export will break Android Testing once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [:windows: (OpenJDK 8)](:windows: (OpenJDK 8)) * [:ubuntu: 18.04...

Incompatible flag --incompatible_load_python_rules_from_bzl will break Android Testing once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [:ubuntu: 18.04 (OpenJDK 11)](:ubuntu: 18.04 (OpenJDK 11)) *...

Incompatible flag --incompatible_load_java_rules_from_bzl will break Android Testing once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [:windows: (OpenJDK 8)](:windows: (OpenJDK 8)) * [:ubuntu: 18.04...

Incompatible flag --incompatible_disallow_empty_glob will break Android Testing once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [:windows: (OpenJDK 8)](:windows: (OpenJDK 8)) * [:ubuntu: 18.04...

I'm trying to get the facebook Login button in UIautomator but its failing to find the button given the id of the button ``` ``` And here is the code...

Hello, I've stumbled upon an issue after updating gradle plugin to 3.1.1. I've tried to replicate on BasicSample (https://github.com/googlesamples/android-testing/tree/master/ui/espresso/BasicSample) project and got something very similar to my project's errors. Please...

Is this suggested best practice or can we fix this sample to provide better ways of interacting with RecyclerViews and making assertions on the viewholder? ``` @Override public void onBindViewHolder(ViewHolder...

Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve org.robolectric:annotations:4.3. |   -- | -- Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.google.guava:guava:27.0.1-android. |   Unable to resolve dependency for...