Automated tests and reCAPTCHA

Hi,

Description
We have come across an issue while working on our app and preparing it for distribution.
We have set up an automatic testing solution in order to make sure our app is always functional and reliable.

Error
Unfortunately, we’ve noticed that our testing is getting hit by a CAPTCHA after login, preventing us from using it reliably.

Do you have the ability to disable such CAPTCHA on certain workspaces/test users for use cases like ours?
Do you have any other suggestions to help us with testing our app to make sure it functions correctly for the benefit of our users?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Screenshots (If applicable)

Best,
Tomer.

Hey @TomerAlony,

Thank you for reaching out to the Zoom Developer Forum. Unfortunately, there isn’t a standard method to test OAuth flow automatically. One method you could employ would be to authorize the app for your test user manually and then have code running that ensures you always have a valid access_token/refresh_token in your test environment for that user.

If you would like this feature to be considered for a future release, I recommend posting in the #feature-requests category.

Let me know if that helps.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.