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/_partials/_environment-variables.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
|`SAUCE_USERNAME`| required | Your Sauce Labs username. You can get this from the header of app.saucelabs.com |
4
4
|`SAUCE_ACCESS_KEY`| required | Your Sauce Labs access key. You can get this from the header of app.saucelabs.com |
5
5
|`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. |
7
7
|`SAUCE_VISUAL_BRANCH`|| The branch name you would like to associate this build with. We recommend using your current VCS branch in CI. |
8
8
|`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)|
9
9
|`SAUCE_VISUAL_PROJECT`|| The label / project you would like to associated this build with. |
0 commit comments