You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really useful if we could run a shell command in the pre/post-request script. This would allow for a lot more flexibility in the scripting.
I have tried using child_process, but that doesn't appear to be accessible (as it's nodejs specific). I've looked into some npm libraries, but all the ones I came across were wrappers for child_process, so also didn't work
Is there some way to do this already that I'm missing, or if not, would it be possible to add an internal library to do this?
Thanks!
The text was updated successfully, but these errors were encountered:
It would be really useful if we could run a shell command in the pre/post-request script. This would allow for a lot more flexibility in the scripting.
I have tried using
child_process
, but that doesn't appear to be accessible (as it's nodejs specific). I've looked into some npm libraries, but all the ones I came across were wrappers forchild_process
, so also didn't workIs there some way to do this already that I'm missing, or if not, would it be possible to add an internal library to do this?
Thanks!
The text was updated successfully, but these errors were encountered: