Is it possible to run a custom external Javascript file from Postman pre-script.
I have a JavaScript file (.js). Is there anyway of importing and running that JavaScript file (.js) from postman in pre-script.
Is it possible to run a custom external Javascript file from Postman pre-script.
I have a JavaScript file (.js). Is there anyway of importing and running that JavaScript file (.js) from postman in pre-script.
Hi @monish.narendra,
There are some tips for embedding external code, by loading them in through a variable, in this topic: Adding external libraries to postman
Can you see whether that topic allows you to proceed?