WordPress / wordpress-playground

Run WordPress in the browser via WebAssembly PHP
https://w.org/playground/
GNU General Public License v2.0
1.64k stars 257 forks source link

Unit test Blueprints v1 #756

Open adamziel opened 11 months ago

adamziel commented 11 months ago

Let's unit test the following Blueprint steps that don't have any unit tests yet:

In addition, some steps (like installTheme) are tested through runBlueprintSteps and not with a direct call – let's explore simplifying that and using direct calls instead.

cc @reimic

reimic commented 11 months ago

On it!