I'm trying to figure out the best tool for the contract testing. My scenario is quite simple. I have to implement contract testing specifically for front end talking to backend APIs.(client to REST APIs). I've done a POC on PACT already and I find PACT pretty useful, but I want to make sure I'm not missing out good features provided by other tools.
Major features I'm interested in from Pact:
- can I deploy
- Pending pacts when pact changes
- webhooks
If you can please direct me to some valid reasons for considering or avoiding SCC or Karate, it would be really helpful.