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
-`uploadId`: Upload ID acquired with `createSnapshotUpload` in the previous step.
118
151
-`buildUuid`: Build ID that was used in previous steps.
152
+
-`uploadId`: Upload ID acquired with `createSnapshotUpload` in the previous step.
153
+
-`operatingSystem`: The operating system used to take the snapshot. Strongly advised to be filled in. Available options: `ANDROID`, `IOS`, `LINUX`, `MACOS`, `WINDOWS`.
154
+
-`operatingSystemVersion`: The operating system version. e.g. "14.5" for `MACOS` or "11" for `WINDOWS`.
155
+
-`browser`: The browser used to take the snapshot. Strongly advised to be filled in (if available). Available options: `CHROME`, `EDGE`, `FIREFOX`, `PLAYWRIGHT_WEBKIT`, `SAFARI`.
156
+
-`browserVersion`: The browser version. e.g. "120.0.6099.318", "128.0.2".
119
157
120
158
**Expected Response:**
121
159
@@ -134,7 +172,9 @@ mutation {
134
172
135
173
### 4. Finish Build
136
174
137
-
Finally, finish the build to mark it as complete.
175
+
Finally, finish the build to mark it as complete. Keep in mind that this is a necessary step and the build cannot be reused after it's finished.
176
+
177
+
It's also worth noting that unfinished builds will be automatically closed and set to `ERRORED` state after a certain period of time (default: 3 hours).
0 commit comments