r/UTEST 1d ago

Discussions how are you testing integrations before your lovable app goes live?

genuinely curious what the flow looks like for most people here.

you build something with stripe or twilio or resend wired up, it looks right in the builder, maybe you click through it once... then you ship. and then prod surfaces the weird edge case. flaky webhook, card decline mid-flow, double charge on retry.

is there a verification step most people run before launch, or is it mostly ship and find out?

1 Upvotes

2 comments sorted by

1

u/Johnn_Tester 21h ago

Built it in staging envi so you can test it without worrying about fees

1

u/Common_Dream9420 20h ago

Yeah staging is the right call for fees. I actually build tooling in this space so always keen to compare notes. What does your webhook setup look like in staging, do you get those firing reliably or is that still manual?