Skip to content

Commit 413879b

Browse files
author
Kerem Beygo
committed
fix Sauce Visual Build name env var
1 parent 228be8d commit 413879b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/visual-testing/_partials/_environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| `SAUCE_USERNAME` | required | Your Sauce Labs username. You can get this from the header of app.saucelabs.com |
44
| `SAUCE_ACCESS_KEY` | required | Your Sauce Labs access key. You can get this from the header of app.saucelabs.com |
55
| `SAUCE_REGION` | | The region you'd like to run your Visual tests in. Defaults to `us-west-1` if not supplied. Can be one of the following: <br/> `'eu-central-1'`, `'us-west-1'` or `'us-east-4'` |
6-
| `SAUCE_BUILD_NAME` | | The name you would like to appear in the Sauce Visual dashboard. |
6+
| `SAUCE_VISUAL_BUILD_NAME` | | The name you would like to appear in the Sauce Visual dashboard. |
77
| `SAUCE_VISUAL_BRANCH` | | The branch name you would like to associate this build with. We recommend using your current VCS branch in CI. |
88
| `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) |
99
| `SAUCE_VISUAL_PROJECT` | | The label / project you would like to associated this build with. |

0 commit comments

Comments
 (0)