{"id":29078,"date":"2015-10-28T23:17:51","date_gmt":"2015-10-28T17:47:51","guid":{"rendered":"https:\/\/2thenew.today\/blog\/?p=29078"},"modified":"2017-08-03T15:48:03","modified_gmt":"2017-08-03T10:18:03","slug":"protractor-test-framework-for-angularjs-applications-an-introduction","status":"publish","type":"post","link":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/","title":{"rendered":"Protractor test framework for AngularJS applications, An introduction"},"content":{"rendered":"<p><strong>When to Use Protractor for automation testing?<\/strong><\/p>\n<p>Protractor is an end-to-end testing framework for <a title=\"Angular Development\" href=\"https:\/\/2thenew.today\/front-end-angularjs-development\">AngularJS applications<\/a>. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically.<\/p>\n<p>Protractor is based on <a href=\"https:\/\/2thenew.today\/blog\/building-intuitive-frontend-interfaces-with-angularjs\/\">AngularJS concepts<\/a>, Which makes it easy to use if you already know about AngularJS.It is a framework for automation of functional tests, so it\u2019s intention isn&#8217;t the only way to test an AngularJS application, but also to cover the acceptance criteria required by the user.<\/p>\n<p><strong>How Protractor works ?<\/strong><\/p>\n<p>1-Protractor works with Selenium using selenium server to provide an automated test infrastructure that can validate the user interaction on the angularjs application running on web browser.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-29081\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/blog.png\" alt=\"blog\" width=\"1109\" height=\"447\" \/><\/p>\n<p>2-Protractor is a wrapper to <a title=\"WebDriverJS\" href=\"https:\/\/github.com\/SeleniumHQ\/selenium\/wiki\/WebDriverJs\" target=\"_blank\">WebDriverJS<\/a>, the JavaScript bindings for the Selenium WebDriver API<\/p>\n<p>3-The <a title=\"WebDriverJS API\" href=\"https:\/\/github.com\/SeleniumHQ\/selenium\/wiki\/WebDriverJs#understanding_the_api\" target=\"_blank\">WebDriverJS API<\/a> is based on promises, which are managed by a <a title=\"control flow\" href=\"https:\/\/github.com\/SeleniumHQ\/selenium\/wiki\/WebDriverJs#control-flows\" target=\"_blank\">control flow<\/a> and return <a title=\"promises\" href=\"https:\/\/github.com\/SeleniumHQ\/selenium\/wiki\/WebDriverJs#promises\" target=\"_blank\">promises<\/a>.<\/p>\n<p>4-Test scripts from protractor send commands to the Selenium Server, which in turn communicates with the browser for user interaction with application.<\/p>\n<p><strong>Protractor Advantages<\/strong><\/p>\n<p>1-Protractor is a Node.js based program which supports the Jasmine, Mocha, and Cucumber test frameworks.<\/p>\n<p>2-Protractor comes with many advantages like spec files, config files and global variables which help to work with test frameworks like Jasmine, Cucumber or Mocha using protractor.<\/p>\n<p>3-Using Protractor, various automation strategies like page objects, configuring test suites etc can also be implemented for automation test frameworks.<\/p>\n<p>4-Protractor speeds up test execution as it avoids sleep and waits which occurs much because of asynchronous nature of angular js applications.<\/p>\n<p>5-It runs on real browsers and headless browsers too.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is [&hellip;]<\/p>\n","protected":false},"author":388,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":4,"footnotes":""},"categories":[1439,1818],"tags":[3955,4697],"class_list":["post-29078","post","type-post","status-publish","format-standard","hentry","category-angular","category-automation-testing-testing-2","tag-angular-development","tag-angularjs-development-company"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Gaurav Gupta\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Protractor test framework for AngularJS applications, An introduction | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Protractor test framework for AngularJS applications, An introduction | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#article\",\"name\":\"Protractor test framework for AngularJS applications, An introduction | TO THE NEW Blog\",\"headline\":\"Protractor test framework for AngularJS applications, An introduction\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-4\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/10\\\/blog.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#articleImage\"},\"datePublished\":\"2015-10-28T23:17:51+05:30\",\"dateModified\":\"2017-08-03T15:48:03+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#webpage\"},\"articleSection\":\"AngularJS, Automation Testing, angular development, AngularJS Development Company\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/angular\\\/#listItem\",\"name\":\"AngularJS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/angular\\\/#listItem\",\"position\":2,\"name\":\"AngularJS\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/angular\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#listItem\",\"name\":\"Protractor test framework for AngularJS applications, An introduction\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#listItem\",\"position\":3,\"name\":\"Protractor test framework for AngularJS applications, An introduction\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/angular\\\/#listItem\",\"name\":\"AngularJS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-4\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-4\\\/\",\"name\":\"Gaurav Gupta\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/44cbd4d7-ab04-48c0-9236-5693747882c2_gaurav.gupta2@tothenew.com.jpg\",\"width\":96,\"height\":96,\"caption\":\"Gaurav Gupta\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/\",\"name\":\"Protractor test framework for AngularJS applications, An introduction | TO THE NEW Blog\",\"description\":\"When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/protractor-test-framework-for-angularjs-applications-an-introduction\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-4\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-4\\\/#author\"},\"datePublished\":\"2015-10-28T23:17:51+05:30\",\"dateModified\":\"2017-08-03T15:48:03+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Protractor test framework for AngularJS applications, An introduction | TO THE NEW Blog","description":"When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is","canonical_url":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#article","name":"Protractor test framework for AngularJS applications, An introduction | TO THE NEW Blog","headline":"Protractor test framework for AngularJS applications, An introduction","author":{"@id":"https:\/\/2thenew.today\/blog\/author\/gaurav-4\/#author"},"publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/blog.png","@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#articleImage"},"datePublished":"2015-10-28T23:17:51+05:30","dateModified":"2017-08-03T15:48:03+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#webpage"},"articleSection":"AngularJS, Automation Testing, angular development, AngularJS Development Company"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.today\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/angular\/#listItem","name":"AngularJS"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/angular\/#listItem","position":2,"name":"AngularJS","item":"https:\/\/2thenew.today\/blog\/category\/angular\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#listItem","name":"Protractor test framework for AngularJS applications, An introduction"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#listItem","position":3,"name":"Protractor test framework for AngularJS applications, An introduction","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/angular\/#listItem","name":"AngularJS"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.today\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.today\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.today\/blog\/author\/gaurav-4\/#author","url":"https:\/\/2thenew.today\/blog\/author\/gaurav-4\/","name":"Gaurav Gupta","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/44cbd4d7-ab04-48c0-9236-5693747882c2_gaurav.gupta2@tothenew.com.jpg","width":96,"height":96,"caption":"Gaurav Gupta"}},{"@type":"WebPage","@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#webpage","url":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/","name":"Protractor test framework for AngularJS applications, An introduction | TO THE NEW Blog","description":"When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.today\/blog\/author\/gaurav-4\/#author"},"creator":{"@id":"https:\/\/2thenew.today\/blog\/author\/gaurav-4\/#author"},"datePublished":"2015-10-28T23:17:51+05:30","dateModified":"2017-08-03T15:48:03+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.today\/blog\/#website","url":"https:\/\/2thenew.today\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Protractor test framework for AngularJS applications, An introduction | TO THE NEW Blog","og:description":"When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is","og:url":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/","og:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Protractor test framework for AngularJS applications, An introduction | TO THE NEW Blog","twitter:description":"When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is","twitter:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"29078","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 06:38:00","updated":"2024-02-29 10:01:04","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\/category\/angular\/\" title=\"AngularJS\">AngularJS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tProtractor test framework for AngularJS applications, An introduction\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.today\/blog"},{"label":"AngularJS","link":"https:\/\/2thenew.today\/blog\/category\/angular\/"},{"label":"Protractor test framework for AngularJS applications, An introduction","link":"https:\/\/2thenew.today\/blog\/protractor-test-framework-for-angularjs-applications-an-introduction\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/29078","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/users\/388"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/comments?post=29078"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/29078\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/media?parent=29078"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/categories?post=29078"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/tags?post=29078"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}