-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up WordPress.org Preview #13516
Comments
Proposed blueprint from the directory: {
"landingPage": "\/wp-admin\/plugins.php",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https:\/\/downloads.wordpress.org\/plugin\/web-stories.latest-stable.zip"
},
"options": {
"activate": true
}
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
} |
@Swanand01 This one would be a low hanging fruit to pick. We can add a blueprint to our The above POC probably needs some updating as the format might have changed in the meantime |
The proposed blueprint already seems to work without any changes, I checked it in the Playground. I'll go ahead and raise a PR for this. |
Task Description
See https://make.wordpress.org/meta/2023/11/22/plugin-directory-preview-button-revisited/ for context.
Need a custom blueprint including
kitchen-sink
to configure the demo.A starting point:
Example: https://playground.wordpress.net/?plugin=web-stories&php-extension-bundle=kitchen-sink
Possible UX blocker:
The text was updated successfully, but these errors were encountered: