We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ea31c commit de7ab6fCopy full SHA for de7ab6f
.sauce/sentry-uitest-android-ui.yml
@@ -14,10 +14,18 @@ espresso:
14
testApp: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/androidTest/release/sentry-uitest-android-release-androidTest.apk
15
suites:
16
17
- - name: "Android 12 (api 31)"
+ - name: "Android 12 Ui test (api 31)"
18
devices:
19
- id: Samsung_Galaxy_S22_Ultra_5G_real_us # Samsung Galaxy S22 Ultra 5G - api 31 (12)
20
21
+ - name: "Android 11 Ui test (api 30)"
22
+ devices:
23
+ - id: OnePlus_9_Pro_real_us # OnePlus 9 Pro - api 30 (11)
24
+
25
+ - name: "Android 10 Ui test (api 29)"
26
27
+ - id: OnePlus_7_Pro_real # OnePlus 7 Pro - api 29 (10)
28
29
# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
30
artifacts:
31
download:
0 commit comments