Testing
Arduino and ESP32 Firmware Testing: CI Pipeline with AUnit and Unity
Arduino and ESP32 projects often lack automated testing, relying on manual "flash and observe" workflows. This guide builds a complete CI pipeline: unit tests that run on your host machine in milliseconds, integration tests that run on real hardware, and GitHub Actions that tie everything together. The Testing