#dudu_1233

1 messages · Page 1 of 1 (latest)

mint elmBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

teal vapor
#

hi! not sure what our plans are, we don't really comment on that. But as mentioned there, we don't really support automated testing of those hosted surfaces.

#

Best practises I suppose are to not test it, the hosted page is a black box mostly, and to mock things out. But totally ackowledge it's not ideal

shy hawk
#

I need to do daily tests with hundreds of payment flows and payment methods to make sure our system is generating correct results and doing it manually is impossible.

What other solution do you have for me?

teal vapor
#

Mocking, I would say. Set things up so that at the point where you click the button that would redirect to Checkout, instead set up mocking logic to directly call the functions in your backend that would e.g normally be called with data from the incoming webhook, with data that matches the format that you observe in manual testing , and get to the next step in your flow that way.