Based on the provided knowledge sources, I don't have specific information about skipping captcha during UI tests for Ory products. The documents mention captcha challenges in the context of UI messages [UI message codes](
https://www.ory.sh/docs/kratos/concepts/ui-user-interface#captcha-verification-failed-please-try-again-4000038), but they don't provide details on how to bypass or skip these challenges for testing purposes. If you're conducting UI tests and need to handle captcha challenges, you might want to consider: 1. Checking if there's a test environment or mode that disables captcha. 2. Looking for configuration options in Ory that allow disabling captcha for specific scenarios. 3. Contacting Ory support for guidance on handling captcha during automated testing. However, without more specific information from the Ory documentation about test environments or captcha configuration, I cannot provide a definitive answer on how to skip captcha during UI tests. You may need to consult additional Ory resources or reach out to their support team for more detailed guidance on this topic.