Variables allow you to insert dynamic values into your test steps. This is useful when tests need unique data for each run—like generating a unique email address or username.Documentation Index
Fetch the complete documentation index at: https://docs.getdecipher.com/llms.txt
Use this file to discover all available pages before exploring further.
Available Variables
| Variable | Description | Example Output |
|---|---|---|
{{unique}} | Generates a unique number | 1736875200000 |
How to Use Variables
Add variables directly in any input field during test creation:- When filling out test details, include the variable in any text input
- Example: Enter
testuser_{{unique}}@example.comas an email address
Adding Variables in Edit Mode
You can also add variables to existing tests:- Open your test and click Edit Mode
- Edit any step to include a variable in the input field
- Save your changes
Example Use Cases
- Unique email addresses:
signup_{{unique}}@test.com - Unique usernames:
user_{{unique}} - Unique form data:
Order #{{unique}}