testing-samples
testing-samples copied to clipboard
A collection of samples demonstrating different frameworks and techniques for automated testing
The junit-gtest library will bring native test library and its c++ shared library into the final package. It's not easy to keep these necessary shared libraries into androidTest flavor only....
- Update to androidx.test.core 1.6.0-alpha02, monitor 1.7.0-alpha02 and espresso device 1.0.0-alpha05. - Globally update to min sdk 19 - Also add a 'mavenLocal()' repo to enable easier testing
Some of the samples are 4+ years old, would it make sense to "test" these tests in GitHub Actions to make sure they're working? It would add a lot of...
https://buildkite.com/bazel/android-testing/builds/1621#cb6c258b-3b33-4421-8f99-d46a2118eece ``` (00:19:04) ERROR: /workdir/ui/espresso/IntentsAdvancedSample/BUILD.bazel:29:16: Building ui/espresso/IntentsAdvancedSample/libIntentsAdvancedSampleTestLib.jar (2 source files) failed: (Exit 1): java failed: error executing command (cd /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/ec321eb2cc2d0f8f91b676b6d4c66c29/execroot/__main__ && \ exec env - \ LC_CTYPE=en_US.UTF-8 \ PATH=/var/lib/buildkite-agent/.cache/bazelisk/downloads/bazelbuild/bazel-4.2.1-linux-x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \...
##### Steps 1) Import Basic sample(in Kotlin) for writing unit tests that mock the Android Framework Android App sample on the EEPatch 2 or Flamingo RC1 2) Upgrade AGP to...
``` > Task :app:hiltJavaCompileDebugAndroidTest NO-SOURCE > Task :app:mergeDebugAndroidTestJavaResource > Task :app:transformDebugAndroidTestClassesWithAsm > Task :app:packageDebug > Task :app:createDebugApkListingFileRedirect UP-TO-DATE > Task :app:dexBuilderDebugAndroidTest > Task :app:mergeProjectDexDebugAndroidTest > Task :app:packageDebugAndroidTest > Task :app:createDebugAndroidTestApkListingFileRedirect...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
I am testing with the Espresso framework but keep getting the following error: `java.lang.RuntimeException: Could not launch intent Intent { act=android.intent.action.MAIN flg=0x14000000 cmp=aurora.aero.inflightmanager.dds/aurora.aero.inflightmanager.home.HomeActivity } within 45 seconds. Perhaps the main...