diff options
| author | Albin <albin@mullvad.net> | 2024-01-18 09:12:39 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-01-18 17:12:06 +0100 |
| commit | 9157306570bdb1c11850d5e30222504f86f2ba79 (patch) | |
| tree | 253c6af0397a20b46646cfab7f6ac6d9d563f208 /android | |
| parent | 86de8dea23bc49ce67212f2a160498ce640302d9 (diff) | |
| download | mullvadvpn-9157306570bdb1c11850d5e30222504f86f2ba79.tar.xz mullvadvpn-9157306570bdb1c11850d5e30222504f86f2ba79.zip | |
Add firebase stagemole e2e tests action
Diffstat (limited to 'android')
| -rw-r--r-- | android/test/firebase/e2e-play-stagemole.yml | 11 | ||||
| -rw-r--r-- | android/test/firebase/mockapi-oss.yml (renamed from android/test/firebase-test-lab.yml) | 2 |
2 files changed, 12 insertions, 1 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-test-lab.yml b/android/test/firebase/mockapi-oss.yml index d84e64134b..a1245f1d4f 100644 --- a/android/test/firebase-test-lab.yml +++ b/android/test/firebase/mockapi-oss.yml @@ -2,7 +2,7 @@ default: type: instrumentation app: android/app/build/outputs/apk/ossProd/debug/app-oss-prod-debug.apk - test: android/test/mockapi/build/outputs/apk/debug/mockapi-debug.apk + test: android/test/mockapi/build/outputs/apk/oss/debug/mockapi-oss-debug.apk timeout: 10m use-orchestrator: true device: |
