Use stripe-mock to make testing Stripe better on CircleCI

stripe-mock is a mock HTTP server that responds like the real Stripe API. It can be used instead of Stripe’s testmode to make test suites integrating with Stripe faster and less brittle.

2 Likes

@tom Cheers for posting this. I love that this is provided by Stripe themselves, which makes me trust it more without having to dig into the code and understand everything that’s going on :slight_smile: Question, how exactly does this make the test suite better from a performance standpoint, above using VCR in Ruby, for instance? Thanks in advance for your response.

1 Like