You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Android or iOS OS version. For Android one of [10, 11, 12, 13, 14]. For iOS one of [16.4, 17.2]"
20
+
description: "Android or iOS OS version. For Android one of [8.1, 9, 10, 11, 12, 13, 14, 15, 16]. For iOS one of [17.5, 18.2, 18.4]"
21
21
required: false
22
22
systemImage:
23
-
description: "OS-specific system image. For Android one of [default,google_apis]. For iOS only [default]"
23
+
description: "OS-specific system image. For Android one of [default,google_apis,google_apis_playstore]. For iOS only [default]"
24
+
required: false
24
25
link:
25
26
description: "Link to commit"
26
27
required: false
@@ -41,16 +42,15 @@ inputs:
41
42
required: false
42
43
wait:
43
44
description: "Wait for test run to finish if true, exits after triggering a run if false. Defaults to true"
44
-
default: "true"
45
45
required: false
46
46
name:
47
47
description: "Name for run, for example it could be description of commit"
48
48
required: false
49
49
device:
50
-
description: "Device type. For Android one of [phone, tv, watch]. For iOS one of [iPhone-14, iPhone-15]"
50
+
description: "Device type. For Android one of [phone, tv, watch]. For iOS one of [iPhone-11, iPhone-15, iPhone-15-Pro, iPhone-15-Pro-Max, iPhone-16, iPhone-16-Plus, iPhone-16-Pro, iPhone-16-Pro-Max]"
51
51
required: false
52
52
xcodeVersion:
53
-
description: "Xcode version. Only for iOS. Possible values: [14.3.1, 15.2]"
53
+
description: "Xcode version. Only for iOS. Possible values: [15.4, 16.2, 16.3]"
54
54
required: false
55
55
xctestplanFilterFile:
56
56
description: "Test filters supplied as .xctestplan file"
@@ -97,6 +97,12 @@ inputs:
97
97
noRetries:
98
98
description: "Disable all retries [possible values: true, false]"
description: "maestro flows to execute, all the files specified should be inside the testApplication folder: 'flows/my-flow.yaml,flows/subfolder/flow.yaml'"
0 commit comments