From 6a1263affa865b75fcde34522820ac44db2e4d99 Mon Sep 17 00:00:00 2001 From: Birgit Pauli-Haack Date: Fri, 12 Apr 2024 16:36:24 +0200 Subject: [PATCH] 2nd attempt to submit theme test --- blueprints/theme-a11y-test/blueprint.json | 56 +++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 blueprints/theme-a11y-test/blueprint.json diff --git a/blueprints/theme-a11y-test/blueprint.json b/blueprints/theme-a11y-test/blueprint.json new file mode 100644 index 0000000..e3f0be0 --- /dev/null +++ b/blueprints/theme-a11y-test/blueprint.json @@ -0,0 +1,56 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "meta": { + "title": "Theme Tester", + "description": "Blueprint example to add content and plugins to explore a theme", + "author": "bph", + "categories": ["themes", "content"] + }, + "preferredVersions":{ + "php":"8.0", + "wp":"beta" + }, + "features":{ + "networking":true + }, + "steps":[ + { + "step": "login" + }, + { + "step":"importWxr", + "file":{ + "resource":"url", + "url": "https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml" + } + }, + { + "step":"importWxr", + "file":{ + "resource":"url", + "url":"https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml" + } + }, + { + "step":"installPlugin", + "pluginZipFile":{ + "resource":"wordpress.org/plugins", + "slug":"create-block-theme" + }, + "progress":{ + "weight":2 + } + }, + { + + "step": "installTheme", + "themeZipFile": { + "resource": "wordpress.org/themes", + "slug": "twentytwentyfour" + }, + "options": { + "activate": true + } + } + ] +} \ No newline at end of file