Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Beygo committed Jul 26, 2024
1 parent 4141cde commit 8e937e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/visual-testing/_partials/_environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| `SAUCE_VISUAL_BUILD_NAME` | | The name you would like to appear in the Sauce Visual dashboard. |
| `SAUCE_VISUAL_BRANCH` | | The branch name you would like to associate this build with. We recommend using your current VCS branch in CI. |
| `SAUCE_VISUAL_DEFAULT_BRANCH` | | The main branch name you would like to associate this build with. Usually `main` or `master` or alternatively the branch name your current branch was derived from. [Follow me to learn more](../workflows/ci.md) |
| `SAUCE_VISUAL_PROJECT` | | The label / project you would like to associated this build with. |
| `SAUCE_VISUAL_PROJECT` | | The label / project you would like to associate this build with. |
| `SAUCE_VISUAL_BUILD_ID` | | For advanced users, a user-supplied SauceLabs Visual build ID. Can be used to create builds in advance using the GraphQL API. This can be used to parallelize tests with multiple browsers, shard, or more. <br/> By default, this is not set and we create / finish a build during setup / teardown. |
| `SAUCE_VISUAL_CUSTOM_ID` | | For advanced users, a user-supplied custom ID to identify this build. Can be used in CI to identify / check / re-check the status of a single build. Usage suggestions: CI pipeline ID. |
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ visual.sauceVisualCheck("Before Login", options);

#### Screenshot-wide configuration

<SelectiveDiffingGlobal />=
<SelectiveDiffingGlobal />

Example:

Expand Down

0 comments on commit 8e937e5

Please sign in to comment.