summaryrefslogtreecommitdiffhomepage
path: root/android/test/firebase
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-01-18 22:36:40 +0100
committerAlbin <albin@mullvad.net>2024-01-18 22:36:40 +0100
commit6e7f6eb0b99b7c1b2bf700f4ea92337065e2903f (patch)
tree253c6af0397a20b46646cfab7f6ac6d9d563f208 /android/test/firebase
parent8f8e8c4699237ce6f254c0d6b7f02657dc4224ca (diff)
parent9157306570bdb1c11850d5e30222504f86f2ba79 (diff)
downloadmullvadvpn-6e7f6eb0b99b7c1b2bf700f4ea92337065e2903f.tar.xz
mullvadvpn-6e7f6eb0b99b7c1b2bf700f4ea92337065e2903f.zip
Merge branch 'run-stagemole-connect-test-in-firebase-droid-593'
Diffstat (limited to 'android/test/firebase')
-rw-r--r--android/test/firebase/e2e-play-stagemole.yml11
-rw-r--r--android/test/firebase/mockapi-oss.yml15
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"