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
"tests": "test('Should get specific todo', function() {\n expect(res.getStatus()).to.equal(200);\n expect(res.getBody().id).to.equal(bru.getVar('ID'));\n});"
89
+
}
90
+
}
91
+
]
92
+
}
93
+
```
94
+
95
+
**Variable Features:**
96
+
97
+
- Variables are **automatically interpolated** in URLs, headers, and request body values
98
+
- Variables are **scoped per iteration** - they reset between iterations
99
+
-**Security note:** Variable interpolation respects the `allowCodeExecution` setting
0 commit comments