Skip to content

Commit

Permalink
docs(var-sets): add subheading (#3885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Rahić authored May 31, 2024
1 parent 8622626 commit 8da9b01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/concepts/variable-sets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ keywords:
image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg
---

A common use case for tests is to assert the same behavior across multiple environments (dev, staging, and production, for example). To make sure all of these environments will have the same behavior, it is important that the tests executed against those environments test the same aspects. To reduce the risks of diverging tests, Tracetest allows you to organize different environments configurations using global objects called **Variable Sets**.
A common use case for tests is to assert the same behavior across multiple environments (dev, staging, and production, for example). To make sure all of these environments will have the same behavior, it is important that the tests executed against those environments test the same aspects.

To reduce the risks of diverging tests, Tracetest allows you to organize different environments configurations using global objects called **Variable Sets**.

:::tip
For details on creating and editing varaible sets in the CLI, please visit [CLI Creating Variable Sets](/cli/creating-variable-sets).
Expand All @@ -21,6 +23,8 @@ For details on creating and editing varaible sets in the CLI, please visit [CLI
For details on creating and editing varaible sets in the Web UI, please visit [Web UI Creating Variable Sets](/web-ui/creating-variable-sets).
:::

## Secrets Management

Variable Sets can accept secrets. A variable can be a `secret` or a `raw` variable in the Web UI and CLI.

![Create Variable Set Values](../img/create-variable-set-values.png)
Expand Down

0 comments on commit 8da9b01

Please sign in to comment.