{ "landingPage": "/wp-admin/post.php?post=4&action=edit", "steps": [ { "step": "installPlugin", "pluginZipFile": { "resource": "url", "url": "https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/interactivity-api-countdown-3cd73e.zip" } }, { "step": "installPlugin", "pluginZipFile": { "resource": "wordpress.org/plugins", "slug": "gutenberg" } }, { "step": "login", "username": "admin", "password": "password" }, { "step": "runPHP", "code": "query('delete from wp_posts');" }, { "step": "importFile", "file": { "resource": "url", "url": "https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/interactivity-api-countdown-3cd73e/_playground/export.xml" } } ] }