Skip to content

Commit

Permalink
add ui tests devices on Saucelabs (#2234)
Browse files Browse the repository at this point in the history
* added Android 10 and 11, other than the already setup Android 12, to Saucelabs devices for ui tests
  • Loading branch information
stefanosiano committed Sep 8, 2022
1 parent e2ea31c commit de7ab6f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .sauce/sentry-uitest-android-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ espresso:
testApp: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/androidTest/release/sentry-uitest-android-release-androidTest.apk
suites:

- name: "Android 12 (api 31)"
- name: "Android 12 Ui test (api 31)"
devices:
- id: Samsung_Galaxy_S22_Ultra_5G_real_us # Samsung Galaxy S22 Ultra 5G - api 31 (12)

- name: "Android 11 Ui test (api 30)"
devices:
- id: OnePlus_9_Pro_real_us # OnePlus 9 Pro - api 30 (11)

- name: "Android 10 Ui test (api 29)"
devices:
- id: OnePlus_7_Pro_real # OnePlus 7 Pro - api 29 (10)

# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
artifacts:
download:
Expand Down

0 comments on commit de7ab6f

Please sign in to comment.