Hi all!
I want to test our application using Cypress.
I have a problem with authorization.
Can you please tell me could I log in to shopify without captcha and enter my store without the security error:
“We were unable to verify that your request originated from Shopify.
If this is your first time seeing this error, please reload the page you were on and try again.” with cypress.
Thanks in advance!
Does automated testing with Playwright still work for you? I want to test our app with Playwright and the tests work fine locally, but trigger Cloudflare turnstile (bot detection) when run from CI. I wonder if you had ran into this?