Skip to content

Commit a398570

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

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

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

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,17 @@ 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)"
22-
testOptions:
23-
clearPackageData: true
24-
useTestOrchestrator: true
25-
devices:
26-
- name: ".*"
27-
platformVersion: "14"
28-
29-
- name: "Android 13 Ui test (api 33)"
20+
- name: "Emulator 11, 13, 14 Tests"
3021
testOptions:
3122
clearPackageData: true
3223
useTestOrchestrator: true
33-
devices:
34-
- name: ".*"
35-
platformVersion: "13"
24+
emulators:
25+
- name: "Android GoogleApi Emulator"
26+
platformVersions:
27+
- "13.0"
28+
- "14.0"
29+
- "11.0"
3630

37-
- name: "Android 11 Ui test (api 31)"
38-
testOptions:
39-
clearPackageData: true
40-
useTestOrchestrator: true
41-
devices:
42-
- name: ".*"
43-
platformVersion: "11"
4431

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

0 commit comments

Comments
 (0)