Skip to content

Instantly share code, notes, and snippets.

@juanmaguitar
Created January 15, 2026 13:14
Show Gist options
  • Select an option

  • Save juanmaguitar/f72d076985bc294b1edf9dc27c42ab37 to your computer and use it in GitHub Desktop.

Select an option

Save juanmaguitar/f72d076985bc294b1edf9dc27c42ab37 to your computer and use it in GitHub Desktop.
WordPress Playground Blueprint for test-reports plugin
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/admin.php?page=test-reports",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "test-reports"
},
"options": {
"activate": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment