Salesforce, Python, SQL, & other ways to put your data where you need it

Need event music? 🎸

Live and recorded jazz, pop, and meditative music for your virtual conference / Zoom wedding / yoga class / private party with quality sound and a smooth technical experience

Adding Vitest and Playwright tests to Astro

22 Nov 2025 🔖 web development minimum viable build intermediate
💬 EN

I’ve been kicking out demo codebases faster than I can keep up with blogging them. Here are a few Astro-related codebases to share from my GitHub:

  1. An extremely tiny 1-page statically generated website built with Astro.
  2. I finally became a more responsible developer and added Vitest and Playwright tests to Astro, including beautification of the results via CI/CD. Check out the 2nd commit for the difference from the aforementioned extremely-tiny page. Check out its associated GitHub Actions run summary for the “beautified” automated test results.
  3. My usual demo of a page built with “blue section,” “to-do list section,” and “pink section” components, aimed at a WYSIWYG site builder, with Astro & Markdown.
--- ---