Skip to content

Commit 267c5db

Browse files
authored
Assets update in kane-ai-smart-variables.md
1 parent ded1069 commit 267c5db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/kane-ai-smart-variables.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ They cover categories such as date & time, system information, location, connect
4747
When typing `{{` in the Web/App Agent, an overlay displays all available variables, including regular, secret, and smart variables, with smart variables labeled as "Smart" and accompanied by descriptions.
4848
:::
4949

50+
Smart Variables listing is available near User Variables
51+
52+
<img loading="lazy" src={require('../assets/images/kane-ai/features/smart-variables/smart-variables-list.png').default} className="doc_img"/>
53+
5054
## How to Use Smart Variables in Your Tests?
5155

5256
Smart variables can be referenced in test steps, modules, and test cases using the `{{smart.variable_name}}` syntax. Follow these steps to integrate them into your tests:
@@ -66,6 +70,8 @@ Enter the value of {{smart.current_date}} in the date field
6670
6771
```
6872

73+
<img loading="lazy" src={require('../assets/images/kane-ai/features/smart-variables/smart-variables-fetching.png').default} className="doc_img"/>
74+
6975
### Step 3: Select a Smart Variable
7076

7177
From the overlay, select the desired smart variable. The variable will be inserted into the test step in the correct syntax (e.g., `{{smart.current_date}}`).

0 commit comments

Comments
 (0)