I have been trying to test a stripe checkout form using cypress.io
If anyone has managed to get this to work please let me know. I found a thread on the matter here http
I released a plugin yesterday that adds a simple Cypress API for filling in Stripe Elements:
cy.fillElementsInput('cardNumber', '4242424242424242');
This plugin avoids cy.wait() calls, peeking into s manually, and other awkward selectors.
cy.wait()