Hello, i see in pact-java it looks like have multi...
# pact-go
x
Hello, i see in pact-java it looks like have multiple providers on a single test case, is that possible on pact-go?
m
mm I don’t think so.
why do you need to do this?
x
we are trying to build a weaker version of integrated test
i know to your community, it is kind of against the behaviour, but i do see that in the java code here:https://github.com/pact-foundation/pact-jvm/commit/67a66702496daa52ba060e3c68abe68deaff524a
👍 1
m
The DSL is not currently setup to do it. It might be possible to do so in the core
It would need to make it’s way into this test suite, which has the official features the core supports (which can then be used in client languages): https://github.com/pact-foundation/pact-compatibility-suite/tree/main/features Java is a bit of a different beast, and occasionally has additional features not in other languages
x
One approach i am considering is in Provider state explicit call this is belong to service provider x, and then use a script to filter interactions based on that then upload the contracts, is that possible?
m
hey there, just found this thread. what's the reason is not a recommended way to use pact? I have a service that interacts with multiple providers and I would like to create an acceptance test that needs to reach out to different providers