What I built my blog with Astro. Let’s use Vitest to do some basic quality checks for it. What we aren’t doing I’m not trying to catch every possible issue. I’m not trying to automate the entire process, or work testing into my CI/CD pipeline. This is me, at my laptop, making sure my blog is in good shape before an update goes live. If you care about CI/CD integration or end-to-end testing, you probably already have a defined workflow. Take what you need from this post, and adapt it t...