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
Copy file name to clipboardExpand all lines: step.yml
+79-33Lines changed: 79 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -83,14 +83,32 @@ inputs:
83
83
- env_list: ""
84
84
opts:
85
85
title: "Environment Variables"
86
-
summary: "List of environment variables to pass to the test seperated by newlines (e.g. MY_VAR=my_value <newline> MY_OTHER_VAR=other_value)"
86
+
summary: "List of environment variables to pass to the test separated by newlines (e.g. MY_VAR=my_value <newline> MY_OTHER_VAR=other_value)"
87
+
is_expand: true
88
+
is_required: false
89
+
90
+
- metadata: ""
91
+
opts:
92
+
title: "Metadata"
93
+
summary: "Arbitrary key-value metadata to include with your test run, separated by newlines (format: key=value)"
87
94
is_expand: true
88
95
is_required: false
89
96
90
97
- async: "false"
91
98
opts:
92
99
title: "Async Execution"
93
-
summary: "Run tests asynchronously"
100
+
summary: "Run tests asynchronously (exit immediately without waiting for results)"
101
+
is_expand: true
102
+
is_required: false
103
+
default_value: "false"
104
+
value_options:
105
+
- "true"
106
+
- "false"
107
+
108
+
- dry_run: "false"
109
+
opts:
110
+
title: "Dry Run"
111
+
summary: "Simulate the run without actually triggering the upload/test, useful for debugging workflow issues"
94
112
is_expand: true
95
113
is_required: false
96
114
default_value: "false"
@@ -105,6 +123,17 @@ inputs:
105
123
is_expand: true
106
124
is_required: false
107
125
126
+
- android_no_snapshot: "false"
127
+
opts:
128
+
title: "Android No Snapshot"
129
+
summary: "[Android only] Force cold boot instead of using snapshot boot. Automatically enabled for API 35+ but can be used to force cold boot on older API levels."
130
+
is_expand: true
131
+
is_required: false
132
+
default_value: "false"
133
+
value_options:
134
+
- "true"
135
+
- "false"
136
+
108
137
- ios_version: ""
109
138
opts:
110
139
title: "iOS Version"
@@ -151,20 +180,6 @@ inputs:
151
180
is_expand: true
152
181
is_required: false
153
182
154
-
- additional_app_binary_ids: ""
155
-
opts:
156
-
title: "Additional App Binary IDs"
157
-
summary: "Comma-separated list of additional app binary IDs"
158
-
is_expand: true
159
-
is_required: false
160
-
161
-
- additional_app_files: ""
162
-
opts:
163
-
title: "Additional App Files"
164
-
summary: "Comma-separated list of additional app file paths"
0 commit comments