👋 Hi everyone! I’m quite interested in contract test. Our system has two parts: one is on cloud, the other is on edge. They communicate via MQTT (over websocket). How can this be contract tested? Will pact help in this case?
t
Timothy Jones
09/03/2022, 6:56 AM
Yes, you can use message pacts for this. It's not quite as end-to-end as an http pact, but it still brings a substantial improvement to deployment confidence.