From bd93cb03e49d19419dc9714521e9cd98921ad0ff Mon Sep 17 00:00:00 2001 From: Birgit Pauli-Haack Date: Wed, 12 Feb 2025 20:49:46 +0100 Subject: [PATCH 1/2] Fixed 124 - uses shorthand for plugins and login stpes --- blueprints/beta-rc/blueprint.json | 77 ++++--------------------------- 1 file changed, 9 insertions(+), 68 deletions(-) diff --git a/blueprints/beta-rc/blueprint.json b/blueprints/beta-rc/blueprint.json index 6317a95a..f9a89418 100644 --- a/blueprints/beta-rc/blueprint.json +++ b/blueprints/beta-rc/blueprint.json @@ -13,12 +13,16 @@ "features": { "networking": true }, + "login":true, + "plugins":[ + "query-monitor", + "create-block-theme", + "debug-bar", + "health-check", + "test-reports", + "user-switching" + ], "steps": [ - { - "step": "login", - "username": "admin", - "password": "password" - }, { "step": "importWxr", "file": { @@ -32,69 +36,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 - } } ] } From d9b512b569965657885086aede4417c7d33c4435 Mon Sep 17 00:00:00 2001 From: Birgit Pauli-Haack Date: Wed, 12 Feb 2025 21:00:33 +0100 Subject: [PATCH 2/2] plugin query-monitor should not be activated. --- blueprints/beta-rc/blueprint.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/blueprints/beta-rc/blueprint.json b/blueprints/beta-rc/blueprint.json index f9a89418..90f7b77f 100644 --- a/blueprints/beta-rc/blueprint.json +++ b/blueprints/beta-rc/blueprint.json @@ -15,7 +15,6 @@ }, "login":true, "plugins":[ - "query-monitor", "create-block-theme", "debug-bar", "health-check", @@ -23,6 +22,16 @@ "user-switching" ], "steps": [ + { + "step":"installPlugin", + "pluginData": { + "resource": "wordpress.org/plugins", + "slug": "query-monitor" + }, + "options": { + "activate": false + } + }, { "step": "importWxr", "file": {