{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "landingPage": "\/wp-admin\/edit.php",
  "steps": [
    {
      "step": "wp-cli",
      "command": "wp post create --post_title='Duplicate Title'"
    },
    {
      "step": "wp-cli",
      "command": "wp post create --post_title='Duplicate Title'"
    },
    {
      "step": "wp-cli",
      "command": "wp post create --post_title='Unique Title'"
    },
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "classic-editor"
      }
    },
    {
      "step": "setSiteOptions",
      "options": {
        "classic-editor-allow-users": "allow",
        "classic-editor-replace": "block"
      }
    },
    {
      "step": "login",
      "username": "admin",
      "password": "password"
    }
  ]
}
