🏃🏻How I run Integration Tests for my WP plugin using Lando and InstaWP
– masterwp.com - submitted by Leonardo Losoviz
This article describes the stack and setup I use to run integration tests for my WordPress plugin. It is based on Lando + InstaWP (and PHPUnit, Guzzle, WP-CLI, and a few other tools), which allows to run the same tests locally during development (against Lando) and on GitHub Actions just before merging the PR (against InstaWP)
Read more [masterwp.com]