Hello - we're introducing Pact across several team...
# pact-jvm
b
Hello - we're introducing Pact across several teams. One of the teams is using Pact .NET exclusively, and it's my understanding Pact-net provider tests only work with V3 Pactfiles. Is there a way to make a pact-junit5 consumer test generate V3 pacts?
I tried setting PactSpecVersion.V3 in the PactTestFor annotation
and the generated pact file does say that $.metadata.pactSpecification.version is 3.0.0
but instead of "messages", I see "interactions".
Am I doing something wrong? Or should I downgrade?
m
Pact .NET should be able to verify any version of the Pact Specification
1
Why are you expecting to see “messages” and not “interactions”?
b
A misunderstanding on my part. Thank you for verifying.
👍 1