How do I enter data into a form input in an iframe using cypress?

后端 未结 8 1685
渐次进展
渐次进展 2021-02-05 14:01

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

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-05 14:25

    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