Skip to content

Commit

Permalink
Beta-rc blueprint shared in the release notes now in the Blueprints d…
Browse files Browse the repository at this point in the history
…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
courtneyr-dev authored Jul 11, 2024
1 parent 2f03f5b commit cf3519e
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions blueprints/beta-rc/blueprint.json
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
}
}
]
}

0 comments on commit cf3519e

Please sign in to comment.