Artigos
Textos sobre mock de API, testes de contrato e como construir contra serviços que você não controla.
2 artigos em Português, 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 de set. de 2026·13 min de leitura
- 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 de set. de 2026·7 min de leitura