Slack Newman Runner App

Hey folks,

For a recent hackathon, I created an app that runs Postman collections from a custom slash command in Slack.

Full details are on the Readme file of the repo, I hope its useful to people.

Danny

3 Likes

Great idea bro @danny-dainton

1 Like

This is awesome @danny-dainton!

1 Like

Thank you!! Means a lot from you!!

The tool has now been slightly updated to allow you to specify which environment to run requests against.

And also some Docker support for running locally, no one likes installing everything on thier machines :grin:

Please check it out, I would love to hear your feedback.

1 Like

A couple of addition things added to the Slack bot - You can now pass in to the command how many iterations you want to run.

For example:

/testrun Local 2

It also now creates a Custom HTML report for the test Run, that is accessed via a hyperlink in the Summary Title. This will open the report in a new browser tab.

Full details about the app can be found on the README.md file on the repo.

1 Like