How to fake Apple Pay payment method in frontend? #14850
Unanswered
SimonasB88
asked this question in
Component Testing
Replies: 2 comments 6 replies
-
Did you found answer? |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hi There. Did anyone have any success with this? We're implementing apple pay on our website and are looking for ways to implement end-to-end tests for apple pay |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, has anyone had experience to somehow mock or stub Apple Pay payment method in frontend?
I have found some community attempts: https://github.com/alphagov/pay-frontend/blob/master/test/cypress/integration/web-payments/apple-pay.cy.test.js
Found stub implementation:
https://github.com/indiegogo/apple-pay-js-stubs
Maybe someone had some experience in stubbing or mocking Apple Pay in frontend, on Electron, Firefox, Chrome, Edge?
Thanks. Very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions