Artículos
Textos sobre mocking de APIs, pruebas de contrato y cómo construir contra servicios que no controlas.
2 artículos en Español, English.
- WireMock alternative: mock an OpenAPI spec without writing stubsWireMock's open source version has no OpenAPI import, so it wants one JSON stub mapping per endpoint. A measured comparison against an OpenAPI mock server that serves the spec directly, and the cases where WireMock is still the right pick.openapicomparisoncigithub-actionsen4 sept 2026·13 min de lectura
- Mock the Stripe API in CIStripe's OpenAPI document is 6.1 MB and 419 paths. Here is how to trim it to the endpoints your tests call and mock Stripe in CI with a GitHub Action.stripecigithub-actionspaymentsen3 sept 2026·7 min de lectura