Skip to content

Commit 286ab92

Browse files
committed
[DNM] Testing using emulators.
1 parent f291c13 commit 286ab92

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.sauce/sentry-uitest-android-ui.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@ espresso:
1717
app: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/release/sentry-uitest-android-release.apk
1818
testApp: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/androidTest/release/sentry-uitest-android-release-androidTest.apk
1919
suites:
20-
21-
- name: "Android 14 Ui test (api 34)"
20+
- name: "Emulator 11"
2221
testOptions:
2322
clearPackageData: true
2423
useTestOrchestrator: true
25-
devices:
26-
- name: ".*"
27-
platformVersion: "14"
28-
29-
- name: "Android 13 Ui test (api 33)"
24+
emulators:
25+
- name: "Android GoogleApi Emulator"
26+
platformVersions:
27+
- "11.0"
28+
- name: "Emulator 13"
3029
testOptions:
3130
clearPackageData: true
3231
useTestOrchestrator: true
33-
devices:
34-
- name: ".*"
35-
platformVersion: "13"
36-
37-
- name: "Android 11 Ui test (api 31)"
32+
emulators:
33+
- name: "Android GoogleApi Emulator"
34+
platformVersions:
35+
- "13.0"
36+
- name: "Emulator 14"
3837
testOptions:
3938
clearPackageData: true
4039
useTestOrchestrator: true
41-
devices:
42-
- name: ".*"
43-
platformVersion: "11"
40+
emulators:
41+
- name: "Android GoogleApi Emulator"
42+
platformVersions:
43+
- "14.0"
4444

4545
# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
4646
artifacts:

0 commit comments

Comments
 (0)