Hi All,
I am using GitHub action to automate Postman test (newman run).
There are 2 steps in the action :
newman run
send email
How do I pass arbitrary strings/parameters (with certain test response payload) from newman run to send email? I was thinking about using os environment variables, however I do not know how to set them in the newman run step. Is it possible to get them from the newman run using --env-var?
Regards.