From 080bf01825db1734621e52d47eb5b753acbf9a39 Mon Sep 17 00:00:00 2001 From: Birgit Pauli-Haack Date: Tue, 16 Apr 2024 11:47:54 +0200 Subject: [PATCH] Uses the content files from theme team and a11y team from official repos. (#19) https://github.com/wpaccessibility/a11y-theme-unit-test and https://github.com/WordPress/theme-test-data --- 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