4

--test使用此命令运行测试时,是否可以使用 flag提供多个测试 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 文件运行此命令两次?

4

0 回答 0