Skip to content

Commit

Permalink
remove unnecessary explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Beygo committed Jul 26, 2024
1 parent 9475bd7 commit 4141cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/visual-testing/workflows/api-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ mutation {
}
```
- `buildUuid`: Build ID that was used in previous steps.
- `uploadId`: Upload ID acquired with `createSnapshotUpload` in the previous step (`createSnapshotUpload` mutation response)
- `uploadId`: Upload ID acquired with `createSnapshotUpload` in the previous step.
- `operatingSystem`: The operating system used to take the snapshot. Strongly advised to be filled in. Available options: `ANDROID`, `IOS`, `LINUX`, `MACOS`, `WINDOWS`.
- `operatingSystemVersion`: The operating system version. e.g. "14.5" for `MACOS` or "11" for `WINDOWS`.
- `browser`: The browser used to take the snapshot. Strongly advised to be filled in (if available). Available options: `CHROME`, `EDGE`, `FIREFOX`, `PLAYWRIGHT_WEBKIT`, `SAFARI`.
Expand Down

0 comments on commit 4141cde

Please sign in to comment.