{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"login": false,
	"preferredVersions": { "php": "8.3", "wp": "latest" },
	"steps": [
		{
			"step": "defineWpConfigConsts",
			"consts": {
				"WP_DEBUG": true,
				"EXTENDIFY_PARTNER_ID": "123456"
			}
		},
		{
			"step": "installTheme",
			"themeData": {
				"resource": "wordpress.org/themes",
				"slug": "extendable"
			},
			"options": { "activate": true }
		},
		{
			"step": "runPHP",
			"code": "<?php require '/wordpress/wp-content/plugins/extendify-sdk/tests/playwright/setup.php'; ?>"
		}
	]
}
