diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json new file mode 100644 index 0000000000..01d0ee6f97 --- /dev/null +++ b/.wordpress-org/blueprints/blueprint.json @@ -0,0 +1,24 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "landingPage": "\/wp-admin\/admin.php?page=perflab-modules", + "phpExtensionBundles": [ + "kitchen-sink" + ], + "steps": [ + { + "step": "login", + "username": "admin", + "password": "password" + }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org\/plugins", + "slug": "performance-lab" + }, + "options": { + "activate": true + } + } + ] +}