android-test

An extensive framework for testing Android apps

  • 所有者: android/android-test
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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()

主要指标

概览
名称与所有者android/android-test
主编程语言Java
编程语言Python (语言数: 8)
平台
许可证Apache License 2.0
所有者活动
创建于2015-08-21 09:47:39
推送于2025-06-27 22:55:07
最后一次提交
发布数62
最新版本名称axt_06_20_2025_beta (发布于 2025-06-27 17:48:12)
第一版名称androidx-test-1.1.0-alpha01 (发布于 2018-11-28 13:33:37)
用户参与
星数1.2k
关注者数131
派生数326
提交数1.9k
已启用问题?
问题数515
打开的问题数206
拉请求数859
打开的拉请求数130
关闭的拉请求数899
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?