Below you will find pages that utilize the taxonomy term “testing”
next.js + tests + vercel deployment
I gave a presentation at the SagLacIO on how to setup jest testing in NextJS and deploy with Vercel.
Test all the things in gitlab-ci with docker by example
Do you write tests? Or do you skip them because it’s too complicated to run? Or maybe developers on your team just don’t care? You should take a few minutes and set up CI so you can enforce good practices. Good news, you can test all the things automagically in GitLab CI/CD with Docker and very little effort 🤘