24 Oct 25
Wouldn’t it be great if we could write tests for our Go CLI tools that are simple as shell scripts? The testscript package lets us do exactly that. Let’s take it for a spin.
09 Aug 25
Mailpit is a free, open-source SMTP testing tool built with Go and Vue. It provides a modern web UI for viewing and testing emails, and includes a REST API for integration testing.
10 Mar 24
Visual testing is essential in web app development, ensuring your users never face a broken UI. Learn everything you’ll need in this comprehensive guide.
05 Jan 24
Playwright is a Node.js library for cross-browser end-to-end testing across Chromium, Firefox, and WebKit.
16 Apr 23
This article will cover everything you need to know about Go testing. You will start with a simple testing function, and work through more tools and strategies to help you master testing in Go.