#MarkoBoras
1 messages · Page 1 of 1 (latest)
We don't have official guide on Cypress unfortunately
Okay.
I've noticed that you have added data-cy selectors on checkout
Do you maybe have information will they change in the future
or that is standard to keep those names
I've noticed that you have added data-cy selectors on checkout
Could you elaborate on this part?
Followed this article
cy.get("#cardNumber").type("4242424242424242")
This selector "#cardNumber" was predefined by stripe
I am not familiar since that's not our public Doc. It is largely depends on the URL on cy.request, isn't it?
yeah
I mean selectors are same
on different urls
but neverthless nevermind if there is no support for checkout and cypress
is there maybe any plan in future for that?
I don't think we will have that very soon. But I do think you can try yourself by inspecting Stripe Checkout page and see what selector you can use
We have one issue
However speaking generally, Checkout is Stripe owned website so you don't need to test it
👋 taking over for my colleague. Let me catch up.
Ok
what is the full scenario you're trying to test?