Skip to content

Commit

Permalink
Merge pull request #31 from saucelabs/DEVX-3042
Browse files Browse the repository at this point in the history
chore: Device list maintenance
  • Loading branch information
tianfeng92 authored Sep 13, 2024
2 parents 18c369f + 3c8841e commit d2060c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ suites:
emulators:
- name: "Android GoogleAPI Emulator"
platformVersions:
- "12.0"
- "15.0"
artifacts:
download:
when: always
Expand Down
12 changes: 5 additions & 7 deletions .sauce/full-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,24 @@ suites:
- name: "Android GoogleAPI Emulator"
orientation: portrait # this demo app doesn't support landscape orientation
platformVersions:
- "12.0"
- "15.0"
devices:
- name: "Samsung.*"
platformVersion: "8.0.0"
platformVersion: "14"

- name: "saucy barista - specify device by name"
testOptions:
class:
- com.saucelabs.mydemoapp.android.view.activities.LoginTest
devices:
- name: "Samsung.*"
platformVersion: "8.0.0"

- name: "saucy barista - specify device by id"
testOptions:
class:
- com.saucelabs.mydemoapp.android.view.activities.LoginTest
devices:
- id: LG_Q6_real_us
platformVersion: "8.0.0"
- id: Samsung_Galaxy_S21_14_real_us

# To remove all shared state from your device's CPU and memory after each test, use the clearPackageData + useTestOrchestrator flag.
# Supported on real devices only.
Expand All @@ -60,15 +58,15 @@ suites:
emulators:
- name: "Android GoogleApi Emulator"
platformVersions:
- "11.0"
- "15.0"

- name: "saucy barista - test size"
testOptions:
size: large
emulators:
- name: "Android GoogleApi Emulator"
platformVersions:
- "11.0"
- "15.0"

# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
artifacts:
Expand Down
3 changes: 1 addition & 2 deletions examples/cucumber/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ suites:
emulators:
- name: "Android GoogleApi Emulator"
platformVersions:
- "11.0"
- "10.0"
- "15.0"
artifacts:
download:
when: always
Expand Down

0 comments on commit d2060c5

Please sign in to comment.