From b9203e12c30ecf1822b7dcad0e7b48e72bd1394a Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Wed, 10 Apr 2024 12:08:04 +0300 Subject: [PATCH] - added blueprint.json for wp.org plugin preview; --- blueprint.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 blueprint.json diff --git a/blueprint.json b/blueprint.json new file mode 100644 index 00000000..ef1c589b --- /dev/null +++ b/blueprint.json @@ -0,0 +1,30 @@ +{ + "landingPage": "\/wp-admin\/plugins.php", + "preferredVersions": { + "php": "8.0", + "wp": "latest" + }, + "phpExtensionBundles": [ + "kitchen-sink" + ], + "features": { + "networking": true + }, + "steps": [ + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "url", + "url": "https:\/\/downloads.wordpress.org\/plugin\/ultimate-member.2.8.6.zip" + }, + "options": { + "activate": true + } + }, + { + "step": "login", + "username": "admin", + "password": "password" + } + ] +}