#wandriputra-automated-testing
1 messages · Page 1 of 1 (latest)
Hi there 👋 can you help me understand what part of your Stripe integration you're trying to test?
so I have logic user create payment intent in BE and sent intent secret to FE then user in FE continue to pay. so I want to simulate this process in BE to check until user get correct balance if they want to topup
And which part of that are you looking for assistance with, or what part of building that test is giving you trouble?
so I want to make automation testing and try to use stripe cli to forwards webhook event
but I don't know the proper way to make it automatically when I run the test
I'm sorry, I'm not sure I am understanding the question, but it sounds like your question is less about Stripe and more about how to create an automated test suite.
yes
That's something we're going to be less familiar with then and likely wouldn't be a good source for suggestions on which tools/approaches to use, you may have better luck asking in the #841573134531821615 channel.
One thing I do want to warn against though, is regarding the API rate limits that we have. If you write a test that gets triggered frequently, it could cause your account to start hitting our rate limits (especially in testmode where they're lower).
https://stripe.com/docs/rate-limits
wandriputra-automated-testing