Skip to content

Releases: SimonScholz/postman-newman-action

v1.1.1

23 Oct 18:30
Compare
Choose a tag to compare

v1.1

16 Oct 20:39
Compare
Choose a tag to compare
  • Updated Dependencies
  • Remove single quotes and html tags from newman summary output in google card output so that it can be properly parsed in bash scripts together with jq.

v1

22 Sep 23:46
Compare
Choose a tag to compare

Run newman/postman collections via GitHub actions using newman 6.0.0 and newman run summary as action output for further notifications.

First of all, thanks a lot to the users @anthonyvscode and @matt-ball for creating their newman-actions, which I took as reference for this action.
What I try to accomplish with this new action is to have the best of both worlds (@anthonyvscode's + @matt-ball`s actions) + more up to date versions of dependencies.

  • Making use of all available NewmanRunOptions as input
  • Using node 20 instead of node 12
  • Use a newer version of the newman library (6.0.0)
  • Set the summary of the newman run as output, so that followup actions can use the summary, e.g., for more sophisticated notifications.

This action can also populate special summaries of the newman runs to the $GITHUB_OUTPUT, to reuse these summaries in follow up steps of the github action run.
One example is the outputGoogleCardV2 output property, which is capable of formatting the output in a manner, which is understood by the google-chat-action GitHub action --> sending-a-summary-card-v2-to-a-google-chat.

If I find time I'd also intend to include sending notifications about the run for popular messengers.