From 9cface6e2b4e0b68c080f41f40c215f9d51abb3c Mon Sep 17 00:00:00 2001 From: Karl Naden Date: Tue, 10 Dec 2024 09:46:56 -0500 Subject: [PATCH] postman collection description clarification --- README.md | 4 ++-- .../carin_for_blue_button_v2.0.0_client_suite_description.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af1949d..8c486b6 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Blue ButtonĀ® IG. ### Sample Postman Collection To try out these tests without a CARIN for Blue Button client implementation, you may -run them using [this Postman collection](https://github.com/inferno-framework/carin-for-blue-button-test-kit/blob/main/config/C4BB%20Client%20Search%20Tests.postman_collection.json). This Postman collection includes many of the required CARIN for Blue Button profile -resource requests and required search requests. Note that the demo is not expected to pass all of the tests. +run them using [this Postman collection](https://github.com/inferno-framework/carin-for-blue-button-test-kit/blob/main/config/C4BB%20Client%20Search%20Tests.postman_collection.json). This Postman collection includes all of the required CARIN for Blue Button profile resource requests and required search +requests needed to pass all of the tests. Note that some requests within the collection (those suffixed with "(unsupported)") are expected to return a 400 status and OperationOutcome indicating failure due to current limitations on search parameter support. To run the client tests against the Postman collection: 1. Start an Inferno session of the CARIN for Blue Button Client test suite. diff --git a/lib/carin_for_blue_button_test_kit/docs/carin_for_blue_button_v2.0.0_client_suite_description.md b/lib/carin_for_blue_button_test_kit/docs/carin_for_blue_button_v2.0.0_client_suite_description.md index 915cbf1..f24c86c 100644 --- a/lib/carin_for_blue_button_test_kit/docs/carin_for_blue_button_v2.0.0_client_suite_description.md +++ b/lib/carin_for_blue_button_test_kit/docs/carin_for_blue_button_v2.0.0_client_suite_description.md @@ -58,8 +58,8 @@ return the requested CARIN resources to the client, and verify the interaction. ### Sample Execution - Postman To try out these tests without a CARIN for Blue Button client implementation, you may -run them using [this Postman collection](https://github.com/inferno-framework/carin-for-blue-button-test-kit/blob/main/config/C4BB%20Client%20Search%20Tests.postman_collection.json). This Postman collection includes many of the required CARIN for Blue Button profile -resource requests and required search requests. Note that some requests within the collection (those suffixed with "(unsupported)") are expected to return a 400 status and OperationOutcome indicating failure due to current limitations on search parameter support. +run them using [this Postman collection](https://github.com/inferno-framework/carin-for-blue-button-test-kit/blob/main/config/C4BB%20Client%20Search%20Tests.postman_collection.json). This Postman collection includes all of the required CARIN for Blue Button profile resource requests and required search +requests needed to pass all of the tests. Note that some requests within the collection (those suffixed with "(unsupported)") are expected to return a 400 status and OperationOutcome indicating failure due to current limitations on search parameter support. To run the client tests against the Postman collection: 1. Start an Inferno session of the CARIN for Blue Button Client test suite.