#SJ057
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/stripe-apps/ui-testing this probably helps!
I have refer this link...but i need help for Adding test case on UI side if we give api call on button click
Above doc is basic..few things are missing
I am not super familiar with TS but generally you may want to mock the backend API call when you run test, and instead log it somewhere then assert that log
(generally speaking)
ok...Is there any compulsion to add test case in stripe App or Can we add our app for review without test cases in Stripe App
Umm I am aware of compulsion, but if you ask me I would say yes please add as many tests as possible