Filtering target operations with regular expressions #251
-
I want to add variation tests for those operations that have path parameters ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@AliKhalili We don't support regular expression, but we support wildcard. We have it documented here: https://github.com/apideck-libraries/portman#portman-targeting So your example could be achieved with: |
Beta Was this translation helpful? Give feedback.
@AliKhalili We don't support regular expression, but we support wildcard.
We have it documented here: https://github.com/apideck-libraries/portman#portman-targeting
So your example could be achieved with:
openApiOperation": "*::/cars/*"