Setup NEWMAN schedule in Virtual Machine , saving test results in AWS s3 bucket

Hi Postman Enthusiasts and Community,

I’m looking for some advice on setting up a NEWMAN test automation workflow. Specifically, I want to:

  • Schedule Newman test runs (possibly using a cron job) on a virtual machine.
  • Automatically save the test results to an AWS S3 bucket.

Has anyone implemented a similar setup or have suggestions on the best way to achieve this? Any guidance would be greatly appreciated!

Thanks in advance!

Hi @einan001 :waving_hand:. Welcome to the Postman Community :postman:.

I don’t have specific recommendations around scheduling a collection run on the command line, but I can give more generic recommendations.

We recommend using the Postman CLI for running collections on the command line, and it now supports custom reporting like Newman does. Is there any reason why Newman is your tool of choice for this?

Additionally, you can schedule a collection run in Postman or set up a monitor.

If you could share some additional info around your specific use case, that may be helpful!