mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
- 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 ---
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"version": "1",
|
|
"name": "dynamic-variable-interpolation",
|
|
"type": "collection",
|
|
"ignore": [
|
|
"node_modules",
|
|
".git"
|
|
]
|
|
}
|