I setup Turnstile on my site. Whilst testing with the Cypress framework, I found out that even with production key values for both the client key and secret key, it is passing the validation with a successful validation token, simply by typing in pre-determined values into my login form.
Isnt this the exact thing that should be failing the test? If a testing bot can pass then I’m not sure what is the point of Turnstile?