Working on a plugin for a long time and maintaining the quality is a complex topic.
Automated tests are a great way to achieve this objective.
However, even if effective testing is a way more effective than integral manual testing, no test is better than bad automated tests.
In this workshop, we’re gonna create a simple workflow to start developing with tests and keep you out of the beginner traps while testing.
For that, we will learn:
- how to quickly create a development environment using @wordpress/env.
- how to track expectations about your plugin.
- how to implement these expectations using integration testing.
All of this to test together a small plugin using some common use cases you will face for sure during your WordPress developer life.
So if you want your first experience with automating tests to be a good one feel free to attempt this workshop.