Articles on ci
2 articles tagged ci.
2 articles in 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-actionsSep 4, 2026·13 min read
- 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-actionspaymentsSep 3, 2026·7 min read