Slide 10
Slide 10 text
10
$ gcloud auth login
$ gcloud config set project PROJECT_ID
$ ./gradlew assembleDebugAndroidTest
$ 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
--client-details matrixLabel="Example matrix label"