android-test

An extensive framework for testing Android apps

  • Owner: android/android-test
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

AndroidX Test Library

The 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.

For more details see developers.android.com/testing

Contributing

See CONTRIBUTING.md

Issues

We use the
GitHub issue tracker for
tracking feature requests and bugs.

Please see the
AndroidX Test Discuss mailing list
for general questions and discussion, and please direct specific questions to
Stack Overflow.

Bazel integration

To depend on this repository in Bazel, add the following snippet to your
WORKSPACE file:

ATS_TAG = "<release-tag>"
http_archive(
    name = "android_test_support",
    sha256 = "<sha256 of release>",
    strip_prefix = "android-test-%s" % ATS_TAG,
    urls = ["https://github.com/android/android-test/archive/%s.tar.gz" % ATS_TAG],
)
load("@android_test_support//:repo.bzl", "android_test_repositories")
android_test_repositories()

Main metrics

Overview
Name With Ownerandroid/android-test
Primary LanguageJava
Program languagePython (Language Count: 8)
Platform
License:Apache License 2.0
所有者活动
Created At2015-08-21 09:47:39
Pushed At2025-06-27 22:55:07
Last Commit At
Release Count62
Last Release Nameaxt_06_20_2025_beta (Posted on 2025-06-27 17:48:12)
First Release Nameandroidx-test-1.1.0-alpha01 (Posted on 2018-11-28 13:33:37)
用户参与
Stargazers Count1.2k
Watchers Count131
Fork Count326
Commits Count1.9k
Has Issues Enabled
Issues Count515
Issue Open Count206
Pull Requests Count859
Pull Requests Open Count130
Pull Requests Close Count899
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private