1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-23 21:06:56 +08:00
buddypress/tests/blueprints/14-0-0-RC1.json
Mathieu Viet 59b8001059 Add a blueprint to test 14-0-0-RC1.json
git-svn-id: https://buddypress.svn.wordpress.org/trunk@13951 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2024-07-05 04:10:21 +00:00

25 lines
500 B
JSON

{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "\/wp-admin\/admin.php?page=bp-components",
"preferredVersions": {
"php": "8.2",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://downloads.wordpress.org/plugin/buddypress.14.0.0-RC1.zip"
}
}
]
}