-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beta-rc blueprint shared in the release notes now in the Blueprints d…
…emo directory too (#59) Test the beta-rc release with theme test data (post, page, menu content), Debug Bar, Health Check & Troubleshooting, Query Monitor (deactivated), Test Reports, User Switching, WordPress Importer v2, and latest default theme.
- Loading branch information
1 parent
2f03f5b
commit cf3519e
Showing
1 changed file
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"preferredVersions": { | ||
"php": "8.0", | ||
"wp": "beta" | ||
}, | ||
"features": { | ||
"networking": true | ||
}, | ||
"steps": [ | ||
{ | ||
"step": "login", | ||
"username": "admin", | ||
"password": "password" | ||
}, | ||
{ | ||
"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": "query-monitor" | ||
}, | ||
"options": { | ||
"activate": false | ||
}, | ||
"progress": { | ||
"weight": 2 | ||
} | ||
}, | ||
{ | ||
"step": "installPlugin", | ||
"pluginZipFile": { | ||
"resource": "wordpress.org/plugins", | ||
"slug": "create-block-theme" | ||
}, | ||
"progress": { | ||
"weight": 2 | ||
} | ||
}, | ||
{ | ||
"step": "installPlugin", | ||
"pluginZipFile": { | ||
"resource": "wordpress.org/plugins", | ||
"slug": "debug-bar" | ||
}, | ||
"progress": { | ||
"weight": 2 | ||
} | ||
}, | ||
{ | ||
"step": "installPlugin", | ||
"pluginZipFile": { | ||
"resource": "wordpress.org/plugins", | ||
"slug": "health-check" | ||
}, | ||
"progress": { | ||
"weight": 2 | ||
} | ||
}, | ||
{ | ||
"step": "installPlugin", | ||
"pluginZipFile": { | ||
"resource": "wordpress.org/plugins", | ||
"slug": "test-reports" | ||
}, | ||
"progress": { | ||
"weight": 2 | ||
} | ||
}, | ||
{ | ||
"step": "installPlugin", | ||
"pluginZipFile": { | ||
"resource": "wordpress.org/plugins", | ||
"slug": "user-switching" | ||
}, | ||
"progress": { | ||
"weight": 2 | ||
} | ||
} | ||
] | ||
} |