generated from NASA-PDS/template-repo-java
-
Notifications
You must be signed in to change notification settings - Fork 2
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:
-
Prerequisite: install Postman desktop application, see https://learning.postman.com/docs/getting-started/installation/installation-and-updates/
-
Clone the repository
-
Import the collection found in
./docker/postman/postman_collection.json
(File > Import) -
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 examplehttps://localhost:8443/api/search/
- Run the full collection, by clicking "..." next to the collection,
To Be Completed