I am using newman nodejs library to run my collection How can I use an external javascript file (file present in same folder as the collection json) to use for prerequest script
my collection class where src value is the path to script file
"event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "src": "library.js" } } ]