Replies: 2 comments 2 replies
-
|
Tagging: @AliKhalili @savage-alex @george4joseph @nicklloyd @BenjaminDC for your feedback or input on this matter? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I think we can already split up this idea in 2 potential features:
For this topic, lets focus first on the first feature. I have created a seperate topic for the response validation based on an example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have gotten the input from several Portman users, where they would like to leverage their multiple examples used in OpenAPI in a clever way when generating Postman tests. (like #279).
Consider an OpenAPI specification with examples:
Currently this OpenAPI gets converted into 1 Postman request, where the 1st example will be used in the Postman request body.
Ideas/feedback wanted:
In this case, the normal Postman request would take example 1 and Portman could generate an additional Postman requests for the 2nd/3rd example as a "variation".
{ "variationTests": [ { "openApiOperation": "*::/mobile/*", "openApiResponse": "200", "examples": ["sample-send-push-google", "sample-send-push-huawei"] "variations": [ { "name": "Send messages", "xyz": "..." } ] } ] }I havent investigated the technical feasibility, but I'm looking for input if it is a valuable feature and how to handle the configuration with the least complexity.
Beta Was this translation helpful? Give feedback.
All reactions