#standup75
1 messages · Page 1 of 1 (latest)
Yeah that test flow is more of a manual effort. For automated tests, you'll need to mock responses
Ok, but for other flows, like a purchase flow, is it ok to hit our stripe test account directly from within our e2e tests?
It's not recommended, but if you do it infrequently and there's not many requests it should be fine
For automated tests we almost always recommend mocking responses though
We also provide this to help you do that: https://github.com/stripe/stripe-mock
ok, thank you
No problem