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