Hi My consumer publishes pacts with version 1.0, 1...
# pact-jvm
a
Hi My consumer publishes pacts with version 1.0, 1.1, 1.2( All have same branch name(or tags) ex. abc). From Provider side, using @PactBrokerConsumerVersionSelectors I have option to set consumer name and branch name against which I want to run provider verification. I have set branch name as abc(above exmaple). But everytime it picks the latest consumer version(1.2). What if I need to run against older version like 1.1? How do I configure that? Could anyone help me out?
m
Why do you need to test multiple versions of the consumer for a given branch? Usually the latest version is all you care about