Skip to content

Commit 5f2a6a6

Browse files
committed
chore: add new sauce apps
1 parent 1e47722 commit 5f2a6a6

67 files changed

Lines changed: 6 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/configs/sauce.android.emus.app.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ export function sauceAndroidEmusApp({ buildName }: { buildName: string }) {
88
)
99
.map((orientation) =>
1010
[
11-
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'11.0' },
12-
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'12.0' },
13-
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'13.0' },
14-
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'14.0' },
15-
{ deviceName:'Google Pixel 4 XL GoogleAPI Emulator', platformVersion:'15.0' },
11+
// @TODO: new list
12+
{ deviceName:'Google Pixel 8a Emulator', platformVersion:'14.0' },
13+
{ deviceName:'Google Pixel 8a Emulator', platformVersion:'15.0' },
14+
{ deviceName:'Google Pixel 8a Emulator', platformVersion:'16.0' },
1615
].map(
1716
(cap) =>
1817
createCaps({
@@ -22,7 +21,8 @@ export function sauceAndroidEmusApp({ buildName }: { buildName: string }) {
2221
mobileSpecs,
2322
sauceOptions: {
2423
build: buildName,
25-
deviceOrientation: orientation
24+
deviceOrientation: orientation,
25+
appiumVersion: '2.11.0',
2626
},
2727
})
2828
)

0 commit comments

Comments
 (0)