-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to specify interaction path to be a regex or support variables #11
Comments
I did this the other day, and tagged you in the issue, didn't you see it? |
Hm, wrong person, sorry. See this issue: DiUS/pact-consumer-js-dsl#25 |
Did that work? |
Hey @mboudreau, did you get this working? I will close if so. |
@bethesque I actually haven't had the time just yet to test it out. Will try to get it going today if possible. |
Yep, works with pact-mock-service 0.2.4, except the function is as following:
with an example usage:
|
Cool. We can put that in the DSL once we've finished the current PR. |
Hi @bethesque, A year too late in the party. Any update on this one? Just created an issue in |
this is complete |
Since we do not want to setup each restful path and then test every single one for the same interactions, the ability to specify a generic path that works for all the same paths would be the best way to move forward.
This and the ability to test data schema would solve 90% of our use cases: #10
The text was updated successfully, but these errors were encountered: