diff options
Diffstat (limited to 'android/test/firebase')
| -rw-r--r-- | android/test/firebase/e2e-play-stagemole.yml | 11 | ||||
| -rw-r--r-- | android/test/firebase/mockapi-oss.yml | 15 |
2 files changed, 26 insertions, 0 deletions
diff --git a/android/test/firebase/e2e-play-stagemole.yml b/android/test/firebase/e2e-play-stagemole.yml new file mode 100644 index 0000000000..1fecfefe94 --- /dev/null +++ b/android/test/firebase/e2e-play-stagemole.yml @@ -0,0 +1,11 @@ +--- +default: + type: instrumentation + app: android/app/build/outputs/apk/playStagemole/debug/app-play-stagemole-debug.apk + test: android/test/e2e/build/outputs/apk/playStagemole/debug/e2e-play-stagemole-debug.apk + timeout: 10m + use-orchestrator: true + device: + - {model: shiba, version: 34, locale: en, orientation: portrait} + - {model: tangorpro, version: 33, locale: en, orientation: portrait} + - {model: felix, version: 33, locale: en, orientation: portrait} diff --git a/android/test/firebase/mockapi-oss.yml b/android/test/firebase/mockapi-oss.yml new file mode 100644 index 0000000000..a1245f1d4f --- /dev/null +++ b/android/test/firebase/mockapi-oss.yml @@ -0,0 +1,15 @@ +--- +default: + type: instrumentation + app: android/app/build/outputs/apk/ossProd/debug/app-oss-prod-debug.apk + test: android/test/mockapi/build/outputs/apk/oss/debug/mockapi-oss-debug.apk + timeout: 10m + use-orchestrator: true + device: + - {model: shiba, version: 34, locale: en, orientation: portrait} + - {model: tangorpro, version: 33, locale: en, orientation: portrait} + - {model: felix, version: 33, locale: en, orientation: portrait} + - {model: GoogleTvEmulator, version: 30, locale: en, orientation: landscape} + environment-variables: + clearPackageData: "true" + runnerBuilder: "de.mannodermaus.junit5.AndroidJUnit5Builder" |
