Firebase测试实验室 - 从CI或命令行提供Robo脚本?

时间:2018-04-17 09:01:56

标签: android firebase firebase-test-lab

我正在使用Firebase测试实验室和Jenkins在每次构建Android应用程序后运行Robo测试。目前我使用Yaml文件来设置我需要的所有配置。我使用Robo指令提供用户名和密码。但是,我现在想要提供一个Robo脚本来控制登录过程,而不仅仅是提供登录详细信息。我在Android工作室制作了这个脚本,但我没有在文档中看到任何允许我从Yaml文件或命令行提供Robo脚本位置的地方,有人知道这是否可能吗?

我已尝试过此处的文档和各种链接 - https://firebase.google.com/docs/test-lab/command-line

2 个答案:

答案 0 :(得分:2)

此功能目前在测试版中提供,但不是完整版。您可以使用--robo-script标志指定使用

时要上载的脚本
gcloud beta firebase test android run

在发布版本中不可用:

gcloud firebase test android run

经过一段时间的测试,新功能将升级为完整版。 See the CLI docs for the beta version here.

答案 1 :(得分:0)

我知道这是一个老问题,但我一直在寻找相同的东西,但发现了: cryptography install error

这样使用

gcloud firebase test android run --app app-release.apk --robo-script script.json