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
@@ -206,7 +206,7 @@ be expanded in the expression. For URL callbacks, the values need to be returned
206
206
## Filtering the interactions that are verified
207
207
208
208
You can filter the interactions that are run using three properties: `:pact.filter.consumers`, `:pact.filter.description` and `:pact.filter.providerState`.
209
-
Adding `:pact.filter.consumers=consumer1,consumer2` to the command line will only run the pact files for those
209
+
Adding `:pact.filter.consumers=:consumer1,:consumer2` to the command line will only run the pact files for those
210
210
consumers (consumer1 and consumer2). Adding `:pact.filter.description=a request for payment.*` will only run those interactions
211
211
whose descriptions start with 'a request for payment'. `:pact.filter.providerState=.*payment` will match any interaction that
212
212
has a provider state that ends with payment, and `:pact.filter.providerState=` will match any interaction that does not have a
0 commit comments