I have checked the following:
This bug is:
Bruno version
1.39.1
Operating System
Windows
Describe the bug
Added scripts to addtionalContextRoots in the bruno.json file
"additionalContextRoots": [ "../scripts" ],
Imported the the script in Script - Post Response
const myScriptFile = require('../scripts/my_script_file')
Ran the request and observed the following error
Error invoking remote method 'send-http-request': VMError: Cannot find module '../scripts/my_script_file'
Note that this file works fine when added to Script - Pre Request
.bru file to reproduce the bug
No response
Screenshots/Live demo link
