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
I'd be very happy for you to work on this @hhhonzik.
You'll need to coordinate development between the pact-provider-verifier and pact-ruby projects. To do this, check them both out side by side, and then set the environment variable X_PACT_DEVELOPMENT=true in the pact-provider-verifier project before running bundle. This will cause the local copy of pact-ruby to be used instead of the gem dependency.
pact-jvm supports injecting parameters to Interactions thanks to clever usage of generators and ProviderState parameters as described here:
I would like to use Pact for our NodeJS provider, but this is a crucial feature and I am happy to work on a PR for this.
Is it possible to implement the generators with the same functionality as pact-jvm has it?
I think we'd just need to store the parameters we get from state preparation and implement proper generator.
The text was updated successfully, but these errors were encountered: