In Postman, you can run your functional API tests automatically on a schedule. Use the Collection Runner to select a test suite, change the run order of tests, and set the run schedule. Each time the collection runs, you’re notified if any tests fail.
During the API development process, you need to repeat tests often to ensure quality. Running each test manually can be time consuming and can lead to gaps in testing. Run your tests on a schedule to save time and effort, enabling you to increase your test coverage. You can also view trends in your API’s quality over time.
You can organize individual API requests into a test suite using Postman Collections. You can then use the Collection Runner to configure when and how often the tests run. With a Postman paid plan, you can also upload data files to run tests multiple times using different data each time. Scheduled runs are only supported in the Postman Cloud.
To run a test suite on a schedule, do the following:
Learn more at Automate collection runs on a schedule.
Postman runs your test suite on the schedule you configured in the Collection Runner. You can view the results of past test runs. You can also change configuration options, or pause and resume the test schedule.
To view scheduled test runs, do the following:
Each bar in the graph represents a collection run iteration. You can use the graph to understand how your APIs have performed over time. Click a bar in the graph to learn more about the tests that ran during that iteration, such as which tests passed or failed.
Learn more at View scheduled collection runs in Postman.