Changeset 14068 for trunk/tests/blueprints/14-0-0-RC1.json
- Timestamp:
- 11/01/2024 06:07:04 AM (13 months ago)
- File:
-
- 1 edited
-
trunk/tests/blueprints/14-0-0-RC1.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/blueprints/14-0-0-RC1.json
r13951 r14068 6 6 "wp": "latest" 7 7 }, 8 "phpExtensionBundles": [ 9 "kitchen-sink" 10 ], 8 "login": true, 9 "siteOptions": { 10 "blogname": "BuddyPress 14.0.0-RC1 Playground" 11 }, 11 12 "steps": [ 12 13 { 13 "step": "login",14 "username": "admin",15 "password": "password"16 },17 {18 14 "step": "installPlugin", 19 "plugin ZipFile": {15 "pluginData": { 20 16 "resource": "url", 21 17 "url": "https://downloads.wordpress.org/plugin/buddypress.14.0.0-RC1.zip" 22 18 } 19 }, 20 { 21 "step": "activateTheme", 22 "themeFolderName": "twentytwentyfour" 23 23 } 24 24 ]
Note: See TracChangeset
for help on using the changeset viewer.