Hot to Run Postman Collection through GIT

I am fairly new to Postman and struggling with integrating GIT with Postman.
I have some collections which I want to upload in GIT want to run it from GIT?

Can I do it? If yes, how can I do it?

postman integration to git is not yet available, you have to manually export the collection and environment as a JSON file and push it to your git. you can also directly call newman run postmancollectionurl

2 Likes