Skip to content

Use the PDS Registry Postman test collection

thomas loubrieu edited this page Sep 20, 2023 · 4 revisions

The postman test collection is automatically used in the PDS Registry integration tests run in the docker compose configuration.

If you want to manually run the test and update them proceed as follow:

  1. Prerequisite: install Postman desktop application, see https://learning.postman.com/docs/getting-started/installation/installation-and-updates/

  2. Clone the repository

  3. Import the collection found in ./docker/postman/postman_collection.json (File > Import)

  4. If necessary, update the environment to set a baseUrl which matches the API you want to test, for example with the docker compose local deployment, for example https://localhost:8443/api/search/

image
  1. Run the full collection, by clicking "..." next to the collection,
image

To Be Completed