pact-foundation / pact-stub-server

Standalone pact stub server
MIT License
75 stars 19 forks source link

Regex support for provider-name and consumer-name #54

Closed sann3 closed 3 weeks ago

sann3 commented 1 year ago

Thanks for adding support for filtering the provider-name and consumer-name. It will be helpful if we have support for using regex for provider-name and consumer-name.

Our use case is we have more than 10 provider-names, but all are having the same prefix, instead of repeating the provider-name 10 times, regex will be easy, also for future provider-name's no changes are required.

YOU54F commented 3 weeks ago

this is complete and available, documentation is updated to reflect