Using cypress with Shopify's Cloudflare ReCAPTCHA login #31141
Unanswered
djblankinship
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I've used cypress for about a year and am trying to implement it on a e-commerce app that used Shopify for authentication. Shopify uses a Cloudflare Turnstile ReCAPTCHA login that is presenting problems both in Chrome (where it gets in a loop trying to validate that you are a human not a reboot) and in electron (which just outright crashes when the automated test is run). Has anybody been able to workaround these issues either within cypress or by modifying security settings in Shopify to avoid the ReCAPTCHA altogether?
Beta Was this translation helpful? Give feedback.
All reactions