Files
bruno/tests/interpolation/dynamic-variable/init-user-data/preferences.json
Chirag Chandrashekhar be7f92d77f Resolved issue: https://github.com/usebruno/bruno/issues/4672 (#5900)
- Added interpolation to setVar method's value field.
- Added playwright test to test the fix.
- Added jest test to test out the fix.

---
Playwright - PASS
Jest - PASS
---
2025-10-27 16:26:49 +05:30

7 lines
128 B
JSON

{
"maximized": true,
"lastOpenedCollections": [
"{{projectRoot}}/tests/interpolation/dynamic-variable/collection"
]
}