Hey, I have a question about verifying contracts o...
# pact-jvm
r
Hey, I have a question about verifying contracts on branches. I have a consumer branch A and a provider branch X. I would like to verify now that provider branch X works with the new contract on consumer branch A. I already checked the options: • Have the same branch name for provider and consumer --> That's not a possible option for me • Use the consumerVersionSelectors --> I'm using already "branches" and would need to implement this workaround. https://pact-foundation.slack.com/archives/C9UN99H24/p1654611672907539 OR stepping back and use tags again. My question now, is there any other option?
u
branches support is a work in progress. You can provide the raw json for the selectors using the
pactbroker.consumerversionselectors.rawjson
system property
r
ok I see thanks!