diff --git a/blueprints/beta-rc/blueprint.json b/blueprints/beta-rc/blueprint.json index 6317a95a..90f7b77f 100644 --- a/blueprints/beta-rc/blueprint.json +++ b/blueprints/beta-rc/blueprint.json @@ -13,11 +13,24 @@ "features": { "networking": true }, + "login":true, + "plugins":[ + "create-block-theme", + "debug-bar", + "health-check", + "test-reports", + "user-switching" + ], "steps": [ - { - "step": "login", - "username": "admin", - "password": "password" + { + "step":"installPlugin", + "pluginData": { + "resource": "wordpress.org/plugins", + "slug": "query-monitor" + }, + "options": { + "activate": false + } }, { "step": "importWxr", @@ -32,69 +45,6 @@ "resource": "url", "url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml" } - }, - { - "step": "installPlugin", - "pluginZipFile": { - "resource": "wordpress.org/plugins", - "slug": "query-monitor" - }, - "options": { - "activate": false - }, - "progress": { - "weight": 2 - } - }, - { - "step": "installPlugin", - "pluginZipFile": { - "resource": "wordpress.org/plugins", - "slug": "create-block-theme" - }, - "progress": { - "weight": 2 - } - }, - { - "step": "installPlugin", - "pluginZipFile": { - "resource": "wordpress.org/plugins", - "slug": "debug-bar" - }, - "progress": { - "weight": 2 - } - }, - { - "step": "installPlugin", - "pluginZipFile": { - "resource": "wordpress.org/plugins", - "slug": "health-check" - }, - "progress": { - "weight": 2 - } - }, - { - "step": "installPlugin", - "pluginZipFile": { - "resource": "wordpress.org/plugins", - "slug": "test-reports" - }, - "progress": { - "weight": 2 - } - }, - { - "step": "installPlugin", - "pluginZipFile": { - "resource": "wordpress.org/plugins", - "slug": "user-switching" - }, - "progress": { - "weight": 2 - } } ] }