How to execute external command between runs?

Hi, I need to execute an external command (shell script or cmd command) between the collection runs.
Is it possible to do it from Postman?

No, but you should be able to do this from your CI (continuous integration) platform as running a collection is usually a command line call to Newman.

Your CI pipeline should allow you to call external commands between each Newman call.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.