{
  "landingPage": "/wp-admin/options-general.php?page=irecommendthis-settings",
  "preferredVersions": {
	"php": "7.4",
	"wp": "6.0"
  },
  "phpExtensionBundles": [
	"kitchen-sink"
  ],
  "steps": [
	{
	  "step": "login",
	  "username": "admin",
	  "password": "password"
	},
	{
	  "step": "installPlugin",
	  "pluginZipFile": {
		"resource": "wordpress.org/plugins",
		"slug": "i-recommend-this"
	  }
	},
	{
	  "step": "activatePlugin",
	  "pluginPath": "i-recommend-this/i-recommend-this.php"
	},
	{
	  "step": "setSiteOptions",
	  "options": {
		"dot_irecommendthis_settings": {
		  "add_to_posts": "1",
		  "add_to_other": "1",
		  "text_zero_suffix": "Likes",
		  "text_one_suffix": "Like",
		  "text_more_suffix": "Likes",
		  "link_title_new": "Recommend this",
		  "link_title_active": "Unrecommend this",
		  "disable_css": "0",
		  "hide_zero": "0",
		  "enable_unique_ip": "0",
		  "recommend_style": "1"
		}
	  }
	},
	{
	  "step": "importWxr",
	  "file": {
		"resource": "url",
		"url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml"
	  }
	}
  ]
}
