#standup75

1 messages · Page 1 of 1 (latest)

covert crowBOT
swift kelp
#

Yeah that test flow is more of a manual effort. For automated tests, you'll need to mock responses

surreal briar
#

Ok, but for other flows, like a purchase flow, is it ok to hit our stripe test account directly from within our e2e tests?

swift kelp
#

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

surreal briar
#

ok, thank you

swift kelp
#

No problem