mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
fix: Add missing postman translation functions (#3324)
Co-authored-by: Spencerhutch <spencer.hutchinson@trustflight.com>
This commit is contained in:
parent
0af5f72374
commit
432d54acca
@ -5,6 +5,8 @@ const replacements = {
|
|||||||
'pm\\.variables\\.set\\(': 'bru.setVar(',
|
'pm\\.variables\\.set\\(': 'bru.setVar(',
|
||||||
'pm\\.collectionVariables\\.get\\(': 'bru.getVar(',
|
'pm\\.collectionVariables\\.get\\(': 'bru.getVar(',
|
||||||
'pm\\.collectionVariables\\.set\\(': 'bru.setVar(',
|
'pm\\.collectionVariables\\.set\\(': 'bru.setVar(',
|
||||||
|
'pm\\.collectionVariables\\.has\\(': 'bru.hasVar(',
|
||||||
|
'pm\\.collectionVariables\\.unset\\(': 'bru.deleteVar(',
|
||||||
'pm\\.setNextRequest\\(': 'bru.setNextRequest(',
|
'pm\\.setNextRequest\\(': 'bru.setNextRequest(',
|
||||||
'pm\\.test\\(': 'test(',
|
'pm\\.test\\(': 'test(',
|
||||||
'pm.response.to.have\\.status\\(': 'expect(res.getStatus()).to.equal(',
|
'pm.response.to.have\\.status\\(': 'expect(res.getStatus()).to.equal(',
|
||||||
|
Loading…
Reference in New Issue
Block a user