-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
I have checked the following:
- I have searched existing issues and found nothing related to my issue.
This bug is:
- making Bruno unusable for me
- slowing me down but I'm able to continue working
- annoying
- this feature was working in a previous version but is broken in the current release.
Bruno version
2.2.0
Operating System
Sequoia 15.1
Describe the bug
We have the below Postman script in hundreds of requests that does not get translated:
var jsonData = JSON.parse(responseBody)
What works in Bruno is:
const jsonData = res.getBody()
Can we have this translation implemented?
.bru file to reproduce the bug
No response
Screenshots/Live demo link
above