Skip to content

Commit

Permalink
2nd attempt to submit theme test
Browse files Browse the repository at this point in the history
  • Loading branch information
bph committed Apr 12, 2024
1 parent e2962d9 commit 3c43c95
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions blueprints/theme-a11y-test/blueprint.json
Original file line number Diff line number Diff line change
@@ -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
}
}
]
}

0 comments on commit 3c43c95

Please sign in to comment.