We have integrated Auth0 with our Google OAuth client. When our testing team runs automated end-to-end tests with Nightwatch, the tests are randomly blocked by Google’s automatic CAPTCHA detection.
This is the general flow of events:
Application bot attempts login → Auth0 forwards the login to Google (with our Google OAuth client credential parameters) → Google prompts for login → Bot enters email → Login is randomly blocked by CAPTCHA puzzle
Is anyone aware of a way to “coerce” Google to not prompt for CAPTCHA during automated testing? We have control over Auth0 and our Google Client credentials, but not the client hosting the Google login.