Created
January 15, 2026 13:14
-
-
Save juanmaguitar/f72d076985bc294b1edf9dc27c42ab37 to your computer and use it in GitHub Desktop.
WordPress Playground Blueprint for test-reports plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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