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: docs/visual-testing/workflows/review.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -128,10 +128,10 @@ More information about reviewing and approving diffs can be found in [Subsequent
128
128
129
129
Every subsequent test execution will generate a new "Visual Build" and will be marked as ["For Review"](#visual-statuses). This is because:
130
130
131
-
- A new baseline snapshot could be generated for the new test execution, see also [Reviewing and Approving Baselines](#reviewing-and-approving-baselines) and [Accept Only New](#accept-only-new).
131
+
- A new baseline snapshot could be generated for the new test execution, see also [Reviewing and Accepting baselines](#reviewing-and-accepting-baselines) and [Accept Only New](#accept-only-new).
132
132
- You need to review the visual differences between the new snapshot and the previously accepted baseline snapshot.
133
133
134
-
The process of reviewing and approving the visual differences is the same as described in [Reviewing and Approving Baselines](#reviewing-and-approving-baselines).
134
+
The process of reviewing and approving the visual differences is the same as described in [Reviewing and Accepting baselines](#reviewing-and-accepting-baselines).
135
135
136
136
The user interface including the actions you can take are described in [User Interface](#user-interface).
137
137
@@ -178,10 +178,12 @@ The list below shows the available actions and their keyboard shortcuts.
| In Progress | These builds have not been finished yet. They transition into one of the following states as soon as they finish. |
184
-
| No Changes | The snapshots assigned to your build matched your baseline. It is considered a success because your assertions were successful. |
185
-
| For Review | There were either no baselines available to compare against your uploaded snapshot or some were different from their baselines. You are supposed to review those detected diffs. As long as those changes aren't accepted, they are considered a failure state. |
186
-
| Accepted | All detected changes were accepted. This is considered a success state. |
187
-
| Rejected | Some of your detected changes were rejected. This is considered a failure state. |
| Accepted | All detected changes were accepted. This is considered a success state. |
184
+
| No Changes | The snapshots assigned to your build matched your baseline. It is considered a success because your assertions were successful. |
185
+
| Running | These builds have not been finished yet. |
186
+
| Queued | Some of your diffs are waiting to be generated. |
187
+
| For Review | There were either no baselines available to compare against your uploaded snapshot or some were different from their baselines. You are supposed to review those detected diffs. As long as those changes aren't accepted, they are considered a failure state. |
188
+
| Errored | One or more errors occurred. More information is available in the "Build Details" page. |
189
+
| Rejected | Some of your detected changes were rejected. This is considered a failure state. |
Copy file name to clipboardExpand all lines: docs/visual-testing/workflows/test-execution.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Alternatively, [check out our examples](../../visual-testing.md#examples).
47
47
48
48
Upon executing your tests for the first time, a visual baseline is automatically created in our system. This baseline serves as the standard for all subsequent tests and matches based on the metadata as described in the [Baseline Matching](../../visual-testing.md#baseline-matching).
49
49
50
-
The newly created baseline needs to be reviewed and approved by a user. This can be done in the [Sauce Visual Builds](https://app.saucelabs.com/visual/builds) page. Once approved, see [Reviewing and Approving baselines](./review.md#reviewing-and-approving-baselines), the baseline is "locked" and will be used for all subsequent tests.
50
+
The newly created baseline needs to be reviewed and approved by a user. This can be done in the [Sauce Visual Builds](https://app.saucelabs.com/visual/builds) page. Once approved, see [Reviewing and Accepting baselines](./review.md#reviewing-and-accepting-baselines), the baseline is "locked" and will be used for all subsequent tests.
0 commit comments