Latest Posts
-
Modern WordPress plugin development, tools and techniques
In this article I’m going to show you how Modern WordPress plugin development has evolved greatly nowadays, thanks to Gutenberg project we have now available node packages like @wordpress/scripts that includes tools for building assets, lint code and run automated tests. Also we have the @wordpress/env package that allow us include a WordPress development environment…
-
How to write Playwright tests in WordPress plugins
As WordPress developers we want our code covered by automated tests, however sometimes creating unit tests is not an easy task as our code is not ready yet for this kind of tests, here is when end-to-end tests comes into handy as they doesn’t rely on how the code works internally but on the functionality…
Join Newsletter, Articles and Tutorials

