-
It would be handy if Portman targeting could be on Tags in addition to operationId and method+path. In practice it seems that Tags are often used for grouping operations and so a natural discriminator for test groups. BTW, I love this. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
hi @jehrlich, No fully sure, what your use-case is? Newman use-case: Example
Example:
Filtered collection use-case: You can create an tags:
- store
- user Example:
|
Beta Was this translation helpful? Give feedback.
-
That answers my use case. Thanks. |
Beta Was this translation helpful? Give feedback.
hi @jehrlich,
No fully sure, what your use-case is?
Is it to execute only certain Postman requests with Tags via Newman? Or only want create a collection with requests from certain tags?
Newman use-case:
You can tell to the Newman CLI which "folders" (tags in OpenAPI) to execute.
Example
newman-options.json
Example:
Filtered collection use-case:
Portman includes openapi-format which allows easy filtering o…