{"id":13493126,"url":"https://github.com/android/android-test","last_synced_at":"2025-05-14T13:05:49.646Z","repository":{"id":36841567,"uuid":"41148494","full_name":"android/android-test","owner":"android","description":"An extensive framework for testing Android apps","archived":false,"fork":false,"pushed_at":"2025-05-05T16:48:33.000Z","size":77194,"stargazers_count":1179,"open_issues_count":332,"forks_count":324,"subscribers_count":129,"default_branch":"main","last_synced_at":"2025-05-05T17:59:24.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://android.github.io/android-test","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/android.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG_TEMPLATE.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-08-21T09:47:39.000Z","updated_at":"2025-05-05T16:48:37.000Z","dependencies_parsed_at":"2024-01-22T18:46:12.606Z","dependency_job_id":"90e12588-3dda-4976-8228-a5dc8c792c5a","html_url":"https://github.com/android/android-test","commit_stats":{"total_commits":1699,"total_committers":40,"mean_commits":42.475,"dds":0.6156562683931724,"last_synced_commit":"49d644a134796f7a3cc9730a147e1a3cce0511a9"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android%2Fandroid-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android%2Fandroid-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android%2Fandroid-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android%2Fandroid-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/android","download_url":"https://codeload.github.com/android/android-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149919,"owners_count":22022851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T19:01:12.463Z","updated_at":"2025-05-14T13:05:49.614Z","avatar_url":"https://github.com/android.png","language":"Java","funding_links":[],"categories":["Java","Java (78)","Android Testing Libraries:"],"sub_categories":[],"readme":"This GitHub project hosts two somewhat distinct projects: \n1. AndroidX Test libraries\n2. Bazel support for android_instrumentation_test\n\n# AndroidX Test Libraries\n\nThe AndroidX Test Library provides an extensive framework for testing Android apps. This library provides a set of APIs that allow you to quickly build and run test code for your apps, including JUnit 4 and functional user interface (UI) tests. You can run tests created using these APIs from the Android Studio IDE or from the command line.\n\nFor more details see [developers.android.com/testing](https://developers.android.com/testing)\n\nThe following maven libraries are hosted in this repo:\n\nandroidx.test:annotation\nandroidx.test:core\nandroidx.test.espresso*\nandroidx.test.ext:junit\nandroidx.test:orchestrator\nandroidx.test:runner\nandroidx.test:rules\nandroidx.test:services\n\nandroidx.test.uiautomator and androidx.test:ext:junit-gtest are hosted on [AOSP](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/README.md)\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/android/android-test/blob/master/CONTRIBUTING.md)\n\n## Issues\n\nWe use the\n[GitHub issue tracker](https://github.com/android/android-test/issues) for\ntracking feature requests and bugs.\n\nPlease see the\n[AndroidX Test Discuss mailing list](https://groups.google.com/forum/#!forum/androidx-test-discuss)\nfor general questions and discussion, and please direct specific questions to\n[Stack Overflow](https://stackoverflow.com/questions/tagged/androidx-test).\n\n## Releases\n\nhttps://developer.android.com/jetpack/androidx/releases/test is the canonical source for release notes, and\nhttps://maven.google.com for release artifacts and source snapshots.\n\n# Bazel android_instrumentation_test support \n\nTo depend on this repository in Bazel, add the following snippet to your\nWORKSPACE file:\n\n```\nATS_TAG = \"\u003crelease-tag\u003e\"\nhttp_archive(\n    name = \"android_test_support\",\n    sha256 = \"\u003csha256 of release\u003e\",\n    strip_prefix = \"android-test-%s\" % ATS_TAG,\n    urls = [\"https://github.com/android/android-test/archive/%s.tar.gz\" % ATS_TAG],\n)\nload(\"@android_test_support//:repo.bzl\", \"android_test_repositories\")\nandroid_test_repositories()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroid%2Fandroid-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroid%2Fandroid-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroid%2Fandroid-test/lists"}