I am writing a tool in Rust which can take a postman collection and environment file and generate load using that collection. Challenge I am facing is handling test scripts section of request.
I do not wish to spend time building js parser for rust.
Is it possible to build plugins around postman? Where I can take input regarding post processing on response to extract data and make it available for next requests?