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
When using the plugins framework, it would be useful to be able to add provider states to a pact, so that the provider can correctly set up their tests. (.given() in the consumer legacy DSL as documented here, and @State on the provider side as documented here.)
The PactBuilderclass (example usage here) currently does not implement .given(), or an equivalent.
The text was updated successfully, but these errors were encountered:
When using the plugins framework, it would be useful to be able to add provider states to a pact, so that the provider can correctly set up their tests. (
.given()
in the consumer legacy DSL as documented here, and@State
on the provider side as documented here.)The
PactBuilder
class (example usage here) currently does not implement.given()
, or an equivalent.The text was updated successfully, but these errors were encountered: