Automated Tests

There are the following options for writing automated tests:

Skip Verification

If you do not need to test the correct functionality of the Captcha itself, you can simply skip the Captcha code. Hide the Captcha in your frontend in the test environment and skip the server code of the Captcha, where it normally retrieves the verification result from our servers.

Allow List IP Address

If the IP addresses or IP ranges of the clients running the automated tests are known, they can simply be added to the IP Addresses Allow List in the Captcha settings. All requests from these IP addresses will always be rated with a Bot Score of 0 and will not need to solve any Proof-of-Work.
Learn more here.

Bypass Keys

If you do not want to completely skip the Captcha or cannot specify fixed IP addresses or ranges, you can use Bypass Keys. Bypass Keys can be created in the Captcha settings and then used in the source code of your frontend when it is in the test environment. When attempting to solve the Captcha, it will always receive a Bot Score of 0 and will not need to solve any Proof-of-Work.
Learn more here.