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.
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=trueas wellThat's a bug. That blueprint should enable networking.