Skip to content

Commit 4d9949d

Browse files
committed
add deviceOrientation for SauceLabs
1 parent 138ace7 commit 4d9949d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sauceLabs.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export type SauceLauncher = {
1111
platform?: string;
1212

1313
// for mobile
14+
deviceOrientation?: string,
1415
deviceName?: string;
1516
appiumVersion?: string;
1617
platformName?: string;
@@ -68,6 +69,7 @@ export const sauceLaunchers: Record<string, SauceLauncher> = {
6869
browserName: "Safari",
6970
platformName: "iOS",
7071
platformVersion: "13.4",
72+
deviceOrientation: "portrait",
7173
deviceName: "iPhone Simulator",
7274
},
7375

@@ -76,6 +78,7 @@ export const sauceLaunchers: Record<string, SauceLauncher> = {
7678
browserName: "Chrome",
7779
platformName: "Android",
7880
platformVersion: "11.0",
81+
deviceOrientation: "portrait",
7982
deviceName: "Android GoogleAPI Emulator",
8083
},
8184
};

0 commit comments

Comments
 (0)