File: //home/ksonpoau/www/wp-content/plugins/extendify/tests/playwright/Agent/selector-ux/blueprint.json
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"login": false,
"preferredVersions": { "php": "8.3", "wp": "latest" },
"steps": [
{
"step": "defineWpConfigConsts",
"consts": {
"WP_DEBUG": true,
"WP_DEBUG_DISPLAY": false,
"WP_DEBUG_LOG": true,
"EXTENDIFY_PARTNER_ID": "github"
}
},
{
"step": "installTheme",
"themeData": {
"resource": "wordpress.org/themes",
"slug": "extendable"
},
"options": { "activate": true }
},
{
"step": "setSiteOptions",
"options": {
"extendify_partner_data_v2": {
"deactivated": false,
"showLaunch": false,
"showAIAgents": true,
"showQuickEdit": true
},
"_transient_extendify_partner_data_cache_check": "1",
"extendify_onboarding_completed": "2026-01-01T00:00:00.000Z",
"extendify_launch_loaded": "2026-01-01T00:00:00.000Z"
}
},
{
"step": "runPHP",
"code": "<?php require '/wordpress/wp-content/plugins/extendify-sdk/tests/playwright/Agent/selector-ux/setup.php'; ?>"
},
{
"step": "runPHP",
"code": "<?php require '/wordpress/wp-content/plugins/extendify-sdk/tests/playwright/setup.php'; ?>"
}
]
}