简体   繁体   English

使用Android的Test Lab运行Espresso测试时触发矩阵测试时出错

[英]Error triggering a matrix tests when I run my Espresso tests using Test Lab for Android

When I run my Espresso tests from Android Studio 2.2.1 using Test Lab for Android I get the following error message: 当我使用适用于Android的测试实验室从Android Studio 2.2.1运行我的Espresso测试时,出现以下错误消息:

Exception while triggering a matrix execution. 触发矩阵执行时发生异常。 429 Too Many Requests. 429请求太多。

I managed to run several tests on remote devices, but then they start failing with this error message. 我设法在远程设备上运行了多个测试,但随后这些错误消息使它们开始失败。 Firebase console shows nothing. Firebase控制台什么也不显示。

What might be the issue? 可能是什么问题?

This is the HTTP Status returned when a project that is on the Flame or Spark tier has used too much of its quota. 这是当Flame或Spark层上的项目使用过多的配额时返回的HTTP状态。

Projects on the Spark and Flame tier can send up to 10 virtual device tests and 5 physical device tests per day (with each day beginning at midnight PDT). Spark和Flame层上的项目每天最多可以发送10个虚拟设备测试和5个物理设备测试(每天从PDT午夜开始)。 In addition, there is a maximum of 4 tests per test matrix for projects on these plans. 此外,针对这些计划中的项目,每个测试矩阵最多可以进行4个测试。

See https://firebase.google.com/pricing/ for more. 有关更多信息,请参见https://firebase.google.com/pricing/

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Firebase测试实验室中并行运行Espresso工具测试? - How to run Espresso instrumentation tests in parallel in Firebase Test Lab? 在 Firebase 测试实验室上运行的测试是否并行而不是顺序运行 - Do tests that run on Firebase test lab run parallel and not sequential 我们可以在 Firebase 测试实验室上使用 flutter_driver 运行自动化测试吗? - Can we run automated tests using flutter_driver on Firebase Test Lab? Android Firebase 测试实验室 - 使用 Orchestrator 进行仪器测试,其目的是什么? - Android Firebase Test Lab - instrumentation tests with Orchestrator, what is its purpose? Firebase设备实验室-如何运行跨应用测试 - Firebase Device Lab - how can I run cross app tests 无法使用 gcloud 和服务帐户运行 Firebase 测试实验室测试:403,没有 storage.objects.create - Can't run Firebase Test Lab tests using gcloud and service account: 403, does not have storage.objects.create 为什么我在 Cloud Firestore (24.1.2) 中出现内部错误。 仅在运行浓缩咖啡测试时在我的 Android 应用中? - Why am I getting Internal error in Cloud Firestore (24.1.2). In my Android app only when running an espresso test? 如何将 Android Espresso 测试拆分为不同的 APK - How to split Android Espresso tests into different APKs Android espresso 测试在本地通过,但在 Firebase 测试实验室失败 - Android espresso test pass locally but fails on Firebase Test Lab 在Firebase上运行Espresso测试时出现NoClassDefFoundError - NoClassDefFoundError when running Espresso tests on Firebase
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM