matkapi / postpy2

Postman collection runner library for python
Other
35 stars 15 forks source link

Doesn't Support Post/Pre scripts #10

Open domccorm opened 3 years ago

domccorm commented 3 years ago

If there's a bunch of scripting prior or after a collection call (typically to prepare the current POSTMAN call or next calls), it seems this tool/library ignores those aspects-- I'm trying to modify core.py to expose those steps as part of the function.

ozkit commented 4 months ago

As I understood, you going to need to repeat all your pre and post scipts in python