Skip to content

Instantly share code, notes, and snippets.

@SirLouen
Last active December 29, 2025 01:07
Show Gist options
  • Select an option

  • Save SirLouen/e76898636bab7c50e6c295e2a81bf4e3 to your computer and use it in GitHub Desktop.

Select an option

Save SirLouen/e76898636bab7c50e6c295e2a81bf4e3 to your computer and use it in GitHub Desktop.
Testing URL binding
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/plugins.php",
"login": true,
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"steps": [
{
"step": "writeFile",
"path": "/wordpress/wp-content/plugins/test-plugin.php",
"data": {
"resource": "url",
"url": "https://gist.githubusercontent.com/SirLouen/f22274ad3aa8e239e7a6e2a2d8404b18/raw/ad96c3c62a56bc224112e864b69369e7916b68fa/plugin.php"
}
},
{
"step": "activatePlugin",
"pluginPath": "test-plugin.php"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment