Postman Collection to Create Bulk Data - CDCgov/prime-simplereport GitHub Wiki

Using Postman Runner it is possible to create bulk data in any environment, such as creating a bunch of test results or patients.

Downloads

Setting up Postman environment

View the instructions to import the environment & collection into postman.

Basically, you can import the environment & collection using the import button seen below. image

The token variable will need to be updated frequently as the token expires within a few hours. image

The token can be fetched from the browser's local storage. image

Adding additional environments

Values in each environment will vary. image One way to fetch those values is to inspect the network calls and use those values to populate the environments in postman. image

Using the runner for bulk requests

View the general instructions for using the postman runner.

Open the runner tab or press the run collection button on the Collection overview. image image Select or Drag & Drop the requests to be run. Set the number of iterations and delay (not required). 🚀 image image