How to pass recaptcha in e2e tests?

I am writing an e2e test for an angular application. For login\registration, you must pass the captcha. Everyone writes to test it, you need to disable it, let's say I removed it at the front, but the server is waiting for the solved captcha along with the log and pass, there is no way to remove it on the server. Are there ways to pass a captcha using something like a test key? Because there is no desire to play with sessions or work with puppiter, there should be a normal way to pass the captcha for those who use it.

Author: d2207, 2020-10-13