Skip to content

Commit

Permalink
Update a11y-test: (#111)
Browse files Browse the repository at this point in the history
- fixes #100 
- use login shorthand, 
- update installTheme + use tt5
  • Loading branch information
bph authored Feb 7, 2025
1 parent 5f59fcd commit 8fa143f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions blueprints/theme-a11y-test/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,29 @@
"features": {
"networking": true
},
"login":true,
"plugins": ["create-block-theme"],
"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"
"url": "https://github.com/wpaccessibility/a11y-theme-unit-test/blob/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"
"url": "https://github.com/WordPress/theme-test-data/blob/master/themeunittestdata.wordpress.xml"
}
},
{
"step": "installTheme",
"themeZipFile": {
"themeData": {
"resource": "wordpress.org/themes",
"slug": "twentytwentyfour"
"slug": "twentytwentyfive"
},
"options": {
"activate": true
Expand Down

0 comments on commit 8fa143f

Please sign in to comment.