Skip to content

Commit 080bf01

Browse files
authored
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
1 parent e45707c commit 080bf01

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3+
"meta": {
4+
"title": "Theme Tester",
5+
"description": "Blueprint example to add content and plugins to explore a theme",
6+
"author": "bph",
7+
"categories": ["themes", "content"]
8+
},
9+
"preferredVersions":{
10+
"php":"8.0",
11+
"wp":"beta"
12+
},
13+
"features":{
14+
"networking":true
15+
},
16+
"steps":[
17+
{
18+
"step": "login"
19+
},
20+
{
21+
"step":"importWxr",
22+
"file":{
23+
"resource":"url",
24+
"url": "https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml"
25+
}
26+
},
27+
{
28+
"step":"importWxr",
29+
"file":{
30+
"resource":"url",
31+
"url":"https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml"
32+
}
33+
},
34+
{
35+
"step":"installPlugin",
36+
"pluginZipFile":{
37+
"resource":"wordpress.org/plugins",
38+
"slug":"create-block-theme"
39+
},
40+
"progress":{
41+
"weight":2
42+
}
43+
},
44+
{
45+
46+
"step": "installTheme",
47+
"themeZipFile": {
48+
"resource": "wordpress.org/themes",
49+
"slug": "twentytwentyfour"
50+
},
51+
"options": {
52+
"activate": true
53+
}
54+
}
55+
]
56+
}

0 commit comments

Comments
 (0)