多个测试APK

时间:2017-06-02 09:41:06

标签: android testing firebase apk firebase-test-lab

使用此命令运行测试时,是否可以使用--test标志提供多个测试APK?

    gcloud firebase test android run \
  --type instrumentation \
  --app app-debug-unaligned.apk \
  --test app-debug-test-unaligned.apk \
  --device model=Nexus6,version=21,locale=en,orientation=portrait  \
  --device model=Nexus7,version=19,locale=fr,orientation=landscape

如果没有,有没有办法合并测试APK,所以我不必为两个不同的测试APK文件运行此命令两次?

0 个答案:

没有答案