-
Notifications
You must be signed in to change notification settings - Fork 376
Closed as not planned
Labels
[Aspect] Networking[Package][@wp-playground] Blueprints[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
This Blueprint should start Playground with networking enabled:
{
"landingPage": "\/wp-admin\/admin.php?page=akismet-key-config",
"preferredVersions": {
"php": "latest",
"wp": "6.4"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "activatePlugin",
"pluginName": "Akismet",
"pluginPath": "/wordpress/wp-content/plugins/akismet"
}
]
}However, it doesn't unless the URL says ?networking=true as well
That's a bug. That blueprint should enable networking.
Metadata
Metadata
Assignees
Labels
[Aspect] Networking[Package][@wp-playground] Blueprints[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended