When running any TestCafe tests locally (with cache cleared or Incognito), I can always achieve logging into my Google Account that is integrated with my application.
However, I am using CircleCI to run my tests in a CI/CD pipeline. Anytime I execute a tests that requires Google Sign-in, I am always required to perform additional validation (by entering telephone number).
How have other users by-passed this 2fa for their CI/CD pipeline?