Integration Crusher tests with Vercel
Crusher can integrate seamlessly with preview environments like Vercel. This tutorial is also valid for similar services like Netlify.
A new test build is created whenever new build is deployed on Vercel.
This make sure your latest build is fully available without issue and bugs.
This can integrate with almost all major web frameworks.
Setup
Go to
Settings > Integration
Copy command in CI/CD section.
Go to vercel's project and
Settings > General > Build & Development Settings
Override the default build command. To
your build command && [command-your-copied]
Save your changes and trigger a new build to verify.
Info
Integrate with Github to see status checks on commits & pull requests.