You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
The only matchers implemented in the DSL so far are term, eachLike and somethingLike unfortunately. As you are probably aware it uses the Ruby library under the hood and we are constrained by what it presents to us so, for now, only the ones mentioned above are available.
There's work in the backend happening as we are looking to standardize all that but we are not quite there yet.
Cheers
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I notice that you can do
MatchPath
in JVM, https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-consumer-junit. Is there any equivalent path matcher in JS?I am attempting to use regex in $path like this
.matchPath("/transaction/[0-9]+")
. However, so far I had been unsuccessful. Need some help.The text was updated successfully, but these errors were encountered: