Open
Description
Is your feature request related to a problem? Please describe.*
I have heavy scripts/operations written in prescript, I want to run prescript to figure out everything is working fine. To know about the pre-script is working is coming at a cost of hitting apis multiple times and consuming users time when it is a dependent request (will only execute getting response of previous request). Users will also get the benefit of writing a few lines of code and executing instead writing everything and testing in a single go.
Describe the solution you'd like
Providing Pre-script executor option that will execute code written in pre-script section.