cypress-plugin-stripe-elements icon indicating copy to clipboard operation
cypress-plugin-stripe-elements copied to clipboard

Update plugin to be compatible with Cypress 10

Open admah opened this issue 3 years ago • 3 comments

Hello 👋 I'm writing on behalf of the Cypress DX team. We wanted to notify you that some changes may need to be made to this plugin to ensure that it works in Cypress 10.

For more information, here is our official plugin update guide.

admah avatar May 26 '22 15:05 admah

pretty poor DX help.

tldr;

change the docs to put the import in a different file

import 'cypress-plugin-stripe-elements';

into cypress/support/commands.js

carchrae avatar Jun 23 '22 19:06 carchrae

When I put {"chromeWebSecurity" : false} into cypress.config.js. Cypress said that ; expected

olegKrama avatar Jul 25 '22 14:07 olegKrama

Working solution for Cypress 12.9.0 and Stripe Elements in 2023 here: https://stackoverflow.com/a/75883621/10222449

madmacc avatar Mar 31 '23 21:03 madmacc