Contract Testing
Contract Testing with Pact: Complete Tutorial for JavaScript Teams
Pact is a consumer-driven contract testing library that lets you define what a consumer (e.g., a frontend app or microservice) expects from a provider (e.g., an API), generate a contract file from those expectations, and verify the provider actually fulfills them — without spinning up both services at