{
  "landingPage": "/wp-admin/admin.php?page=tangible-field-example",
  "steps": [
    {
      "step": "setSiteOptions",
      "options": {
        "blogname": "Tangible Fields",
        "blogdescription": ""
      }
    },
    {
      "step": "defineWpConfigConsts",
      "consts": {
        "SCRIPT_DEBUG": true,
        "WP_DEBUG": true
      },
      "method": "rewrite-wp-config"
    },
    {
      "step": "login",
      "username": "admin"
    },
    {
      "step": "activatePlugin",
      "pluginPath": "/var/www/html/wp-content/plugins/tangible-e2e-plugin"
    }
  ]
}
