Bypass Vercel deployment protection for automated testing with Stably
Vercel’s deployment protection can block Stably’s automated testing by requiring authentication or presenting challenge pages. This guide shows you how to configure your Vercel deployment to allow automated testing.
Vercel deployment protection helps secure your preview deployments by requiring authentication before users can access them. However, this can interfere with automated testing tools like Stably.
Vercel provides specific methods to bypass deployment protection for automation tools. You can configure bypass rules that allow automated testing while maintaining security for human users.Follow Vercel’s official documentation for setting up protection bypass for automation:
Vercel Protection Bypass for Automation
If your Vercel configuration supports IP allowlisting, you can add Stably’s IP addresses to your allowlist. See our IP allowlist guide for the current IP ranges.