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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?