Contract Testing
What is contract testing?
Contract testing verifies that a service behaves exactly as described by its API contract.
In this project: - The contract is the OpenAPI specification - The system under test is a running HTTP API - Tests are executed via real network requests