Skip to content

Postman collection creation fixes minus the formatting#392

Open
williamjameswillis wants to merge 2 commits into
postman-replacementfrom
postman-collection-creation-fixes-2
Open

Postman collection creation fixes minus the formatting#392
williamjameswillis wants to merge 2 commits into
postman-replacementfrom
postman-collection-creation-fixes-2

Conversation

@williamjameswillis

@williamjameswillis williamjameswillis commented Sep 17, 2025

Copy link
Copy Markdown

fixes for the following issues:

in src/CreateCollection.js:

  1. retain the protocol into the postman collection (ie http or https)
  2. retain the requestURL on the end of the endpoint url (ie 'Appointment/110' retained on the end of the url)
  3. retain the Content-Type header in the request headers
  4. do not add _ prefixed query parameters to the requests

in src/ProcessGpcAcceptanceTestData.js:

  1. request parameters no longer added from ConsoleLog.txt file if requestParameters is an empty tag in request

add in fixes for

protocol
requestURL on the end of the endpoint url
Content-Type header set
do not add _ prefixed query parameters to the requests
add in fix so that request parameters are no longer added if empty tag in request
@williamjameswillis williamjameswillis changed the title Postman collection creation fixes 2 Postman collection creation fixes minus the formatting Sep 17, 2025
Comment thread src/CreateCollection.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants