pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.62k stars 344 forks source link

Version 9 regex matcher is not working with version 10 #1059

Closed SMH110 closed 1 year ago

SMH110 commented 1 year ago

Hi 👋 I've update to the latest version and currently stuck at fixing the tests that use the term matcher. for example this regex matcher "/scope_flow/limits/[a-zA-Z 0-9]+(/[a-zA-Z 0-9])? which used in my PATCH requests is not working with Pact version 10

when I use the string matcher, the tests pass.

Software versions

mefellows commented 1 year ago

Can you please provide a reproducible example?

mefellows commented 1 year ago

Closing due to inactivity.