{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"meta": {
		"title": "Admin Improvements Test",
		"description": "WP 7.0 Beta with test content loaded — review the modernized wp-admin UI across Dashboard, Posts, Media, Settings, and Plugins screens.",
		"author": "courtneyr-dev",
		"categories": ["Testing"]
	},
	"preferredVersions": { "php": "8.3", "wp": "beta" },
	"features": { "networking": true },
	"landingPage": "/wp-admin/index.php",
	"steps": [
		{ "step": "login", "username": "admin", "password": "password" },
		{
			"step": "importWxr",
			"file": {
				"resource": "url",
				"url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml"
			}
		},
		{
			"step": "installPlugin",
			"pluginZipFile": {
				"resource": "wordpress.org/plugins",
				"slug": "health-check"
			},
			"progress": { "weight": 2 }
		}
	]
}
