{"id":12381,"date":"2016-03-10T10:50:46","date_gmt":"2016-03-10T10:50:46","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/?p=12381"},"modified":"2022-06-10T11:39:50","modified_gmt":"2022-06-10T19:39:50","slug":"visual-studio-team-services-testing-tools-roadmap","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/devops\/visual-studio-team-services-testing-tools-roadmap\/","title":{"rendered":"Visual Studio Team Services \u2013 Testing Tools Roadmap"},"content":{"rendered":"<p>Over the last few months, there has been a consistent ask for Visual Studio Team Services (VSTS) \/ Team Foundation Server (TFS) Testing Tools roadmap.\u00a0 I would like to share our strategic direction, what we have delivered over the last 6 months and where we are headed. \u00a0It would be great to get your feedback on what we are doing right and where we are missing the boat &#8230;<\/p>\n<p>Given various trends (Agile, DevOps, Cloud, Mobile) in application development, here are the key shifts we see in testing:<\/p>\n<ul>\n<li>Businesses have moved to <strong><em>faster releases<\/em><\/strong> \u2013 time to market has become a key differentiator.\u00a0\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Multi-channel_app_development#Multi-channel_for_enterprises\">Multi-channel applications<\/a> that work on web, phones, PCs and tablets, combined with support for <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bring_your_own_device\">Bring Your Own Device (BYOD)<\/a> in enterprises, are leading to test configuration explosion. \u00a0In terms of quality, expectations have increased in all dimensions: increased customer value, shortened release cycle, more test configurations, moderate budgets and high business risks associated with lapses in quality.<\/li>\n<li>Engineering teams have become efficient in making incremental changes and doing Continuous Integration (CI).\u00a0 Developers are embracing the notion of <a href=\"https:\/\/msdn.microsoft.com\/library\/ee330950(v=vs.110).aspx\">Test early, Test often<\/a>. They are writing more unit tests and executing them frequently as part of CI process.\u00a0 They are adopting DevOps and automating the BDT (Build-Deploy-Test) workflow for one or more environments (Dev\/QA\/Pre-Prod\/Prod) and executing automated tests appropriate for each environment.<\/li>\n<li>*<strong>Manual testing<\/strong> *is still relevant.\u00a0 There are more folks manually testing the product than you realize: feature teams do a bug bash, product managers play with the product, business users\/domain experts do User Acceptance Testing, early adopters use the product in real world scenarios etc. Everyone wants to provide feedback and improve quality of the product, but does not have necessary tools to do so in a friction free manner.<\/li>\n<li>Enterprises are keen to *<strong>optimize resources<\/strong> *by leveraging cloud based infrastructure<strong>.<\/strong> \u00a0As applications move to cloud, security and performance testing becomes a critical need.\u00a0 Test execution is moving to cloud and there are many SaaS offerings for load and performance testing, mobile device testing, that enterprises are leveraging.<\/li>\n<\/ul>\n<p>With that context, here are our focused areas of investments:<\/p>\n<ul>\n<li>Dev Inner Loop \u2013 Unit Testing in Visual Studio IDE<\/li>\n<li>Testing in Continuous Integration (CI) and Release Management (RM) or Continuous Delivery<\/li>\n<li>Manual and exploratory Testing<\/li>\n<li>Load and Performance Testing<\/li>\n<li>Integration with 3<sup>rd<\/sup> party test services<\/li>\n<\/ul>\n<p>We have been executing on this strategy for the last 6 months.\u00a0 Here is the key value we have delivered so far to Visual Studio Team Services and Team Foundation Server 2015, Update 1 and Update 2 (RC):<\/p>\n<p><strong>Dev Inner Loop \u2013 Unit Testing in Visual Studio IDE<\/strong><\/p>\n<p>In Visual Studio we have an open and extensible test platform with tests being written using various test frameworks and executed using a variety of adapters. We will continue to make feature enhancements that benefit all Unit Testing frameworks \u2013 MSTest, Junit, XUnit, NUnit etc. There has been a consistent ask for efficient execution of unit tests &#8211; we have enabled support for Parallel execution leveraging multiple cores and Incremental validation that runs only impacted tests based on product changes.<\/p>\n<p><strong>MSTest<\/strong> \u2013 We will continue to support and enhance MSTest. For ASP.Net v5 applications we have enabled support for writing MSTest based tests and collecting code coverage data.\u00a0\u00a0 We intend to address other high user voice asks around data row and test category support at class\/assembly level etc.<\/p>\n<p><strong>What we have delivered:<\/strong><\/p>\n<ul>\n<li>Parallel test execution leveraging available cores on the machine.<\/li>\n<\/ul>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/6\/2019\/05\/Parallel-Test-Execution.png\"><img decoding=\"async\" class=\"alignleft size-mediumlarge wp-image-12432\" src=\"https:\/\/devblogs.microsoft.com\/devops\/wp-content\/uploads\/sites\/6\/2016\/03\/Parallel-Test-Execution-434x350.png\" alt=\"Parallel Test Execution\" width=\"434\" height=\"350\" \/><\/a><\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<ul>\n<li>Incremental validation (aka Context sensitive test execution) \u2013 detect and execute tests only from updated test containers.<\/li>\n<li>MSTest framework support and code coverage for ASP.NET 5 applications<\/li>\n<li>NuGet support for MSTest framework components<\/li>\n<\/ul>\n<p><strong>What\u2019s coming next:<\/strong><\/p>\n<ul>\n<li>MSTest enhancements \u2013 Data row and Test category support<\/li>\n<li>Coded UI support for Edge browser<\/li>\n<li>Test explorer enhancements \u2013 Test assembly discovery in multiple paths, Rich filter, sort and group by capabilities etc.<\/li>\n<\/ul>\n<p><strong>Testing in Continuous Integration (CI)<\/strong><\/p>\n<p>Running and analyzing tests is an integral function of a great CI system. Our goal is to provide a great experience for in-context test and code coverage results with actionable insights for any application. We are planning to enhance this experience on a continuous basis and add more value, charts and trends as we go along.<\/p>\n<p><strong>What we have delivered:<\/strong><\/p>\n<ul>\n<li>An aggregate summary of test results across all test runs in the build.<\/li>\n<li>In-context Test results with actionable insights.\u00a0Tests failing for the first time in the bug are flagged as <strong>New failures<\/strong> to help you identify regressions. For tests that continue to fail across multiple builds, you can see how stale the failures have become and navigate to the build in which a failure was introduced.<\/li>\n<\/ul>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/6\/2019\/05\/Test-Results-in-Build.jpg\"><img decoding=\"async\" class=\" size-mediumlarge wp-image-12462 alignleft\" src=\"https:\/\/devblogs.microsoft.com\/devops\/wp-content\/uploads\/sites\/6\/2016\/03\/Test-Results-in-Build-500x221.jpg\" alt=\"Test Results in Build\" width=\"500\" height=\"221\" \/> <\/a><\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<ul>\n<li>Support for any UT framework of your choice &#8211; MSTest, XUnit, NUnit, Junit, etc.<\/li>\n<li>Added support for xUnit, NUnit, Junit and the .trx file format to the Publish Test Results task.<\/li>\n<li><strong>Testing Java Applications<\/strong>: \n<ul>\n<li>Support for JUnit: You can upload JUnit results to TFS from Ant, Gradle, and Maven tasks.\u00a0 You can also\u00a0run tests using a different command line tool and upload results using Publish test results task.<\/li>\n<li>Code Coverage support for Java applications: Choose between Jacoco and Cobertura as Code Coverage tools for your Java project. The build file is modified on the fly to use the correct tool and the results are uploaded to TFS.<\/li>\n<li>Publish Code Coverage task supports Jacoco and Cobertura: If your build file is already set to collect code coverage information, or if you&#8217;re using a different Code Coverage tool (such as Istanbul) that supports outputting results in Jacoco or Cobertura format, you can use the Publish Code Coverage task to upload code coverage data to TFS.<\/li>\n<\/ul>\n<\/li>\n<li>Trend charts that show the count of failed tests and test duration for the last 10 builds. You can add these charts to the dashboard.<\/li>\n<\/ul>\n<p><strong>Testing in Release Management (RM)<\/strong><\/p>\n<p>Similar to CI, test results will be surfaced for each environment (ex. Dev\/QA\/Prod) of a Release. You will be able to assess the quality of a release in a particular environment and make an informed decision about moving to next environment in your release pipeline. Given the large number of tests you will run in the context of a release, we will focus on efficient execution of Functional UI Tests, Load\/Performance Tests etc. We will enable seamless execution on any cloud infrastructure &#8211; SCVMM, VMWare, Azure and support hybrid configurations for your applications and test rig.<\/p>\n<p><strong>What we have delivered:<\/strong><\/p>\n<ul>\n<li>In-context test results in RM for each environment \u2013 similar to Build<\/li>\n<li>Parallel Test execution on multiple machines<\/li>\n<li>Support for Coded UI and Selenium for Functional UI Testing<\/li>\n<li>Support for Standard environments and Azure VMs in Build-Deploy-Test (BDT) workflow<\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/6\/2019\/05\/BDT-on-Azure.png\"><img decoding=\"async\" class=\" wp-image-12961 aligncenter\" src=\"https:\/\/devblogs.microsoft.com\/devops\/wp-content\/uploads\/sites\/6\/2016\/03\/BDT-on-Azure-1024x360.png\" alt=\"BDT on Azure\" width=\"668\" height=\"235\" \/><\/a><\/p>\n<p>\u00a0<\/p>\n<ul>\n<li>MTM Test Plan and Test Suite execution improvements in CI and RM<\/li>\n<\/ul>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/6\/2019\/05\/Test-Plan-in-Build.png\"><img decoding=\"async\" class=\" wp-image-12981 aligncenter\" src=\"https:\/\/devblogs.microsoft.com\/devops\/wp-content\/uploads\/sites\/6\/2016\/03\/Test-Plan-in-Build-1024x526.png\" alt=\"Test Plan in Build\" width=\"741\" height=\"381\" \/><\/a><\/p>\n<ul>\n<li>Support for VMWare and SCVMM environments in BDT workflow<\/li>\n<\/ul>\n<p><strong>What\u2019s coming next:<\/strong><\/p>\n<ul>\n<li>Configurable Test Widgets on Dashboards<\/li>\n<li>Test history across branches (CI) and environments (RM)<\/li>\n<li>Test Impact in CI<\/li>\n<\/ul>\n<p><strong>Manual and Exploratory Testing<\/strong><\/p>\n<p>We are focused on empowering everyone on the team to provide feedback and improve quality.\u00a0\u00a0We have delivered a new exploratory testing experience for web and mobile applications.\u00a0 Learn about exploratory testing on the web and get started by installing the Chrome browser plug-in from the <a href=\"https:\/\/marketplace.visualstudio.com\/items\/ms.vss-exploratorytesting-web\">Marketplace<\/a>.<\/p>\n<p>We intend to deliver a compelling web experience for all manual and exploratory testing needs.\u00a0\u00a0We want to enable testers\u00a0to be more integrated into the Agile practices &#8211; easily add tests for a user story, update test results inline on Kanban boards, and provide a quality perspective during standups.<\/p>\n<p>Given our focus on cross-platform,\u00a0Agile + Test scenarios, integration with 3rd party test services, end-to-end traceability we have decided to deliver most of the new value on our web experience, i.e., Test hub.\u00a0\u00a0We are aggressively closing feature gaps between Microsoft Test Manager (MTM) and our web experience (Test hub).\u00a0\u00a0We will continue to support MTM but we encourage users to use our web experiences and benefit from all the new value we are creating.<\/p>\n<p><strong>What we have delivered:<\/strong><\/p>\n<p><strong>Manual Testing<\/strong><\/p>\n<ul>\n<li>Export test outcomes, Manual Test iteration results<\/li>\n<li>Retention Policy for test results<\/li>\n<li>Filter test plans,\u00a0Delete Test plans<\/li>\n<li>View tests from child suites<\/li>\n<\/ul>\n<p><strong>Exploratory testing (XT) on the web<\/strong><\/p>\n<ul>\n<li>Simplified screenshot and note captures<\/li>\n<li>File bugs from your exploratory testing session. The notes, annotated screenshots, team area and iteration paths, and system and browser information are automatically captured for you.<\/li>\n<li>Search and update existing bugs<\/li>\n<li>Integration with Perfecto Mobile for testing Mobile applications<\/li>\n<li>Standalone and Connected (to TFS or VSTS) mode<\/li>\n<li>Create tasks for issues found in your XT session.<\/li>\n<li>Explore work items &#8211; Search for a work item from within the XT session and then associate it with the session. You can then refer to the acceptance criteria\/description during your exploratory testing. You get the benefit of end\u2013to\u2013end traceability between any bugs or tasks you file during your exploratory session and the selected work item.<\/li>\n<\/ul>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/6\/2019\/05\/XT-Notes.png\"><img decoding=\"async\" class=\" wp-image-12932 alignleft\" src=\"https:\/\/devblogs.microsoft.com\/devops\/wp-content\/uploads\/sites\/6\/2016\/03\/XT-Notes.png\" alt=\"XT Notes\" width=\"596\" height=\"397\" \/><\/a><a href=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/6\/2019\/05\/XT-Similar-Bug.png\"> <\/a><\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p><strong>What\u2019s coming next:<\/strong><\/p>\n<ul>\n<li>Inline tests directly on Kanban board<\/li>\n<li>Configuration management in web access<\/li>\n<li>Test Plan\/ Test Suite clone (via marketplace extensions)<\/li>\n<li>Offline Testing (via marketplace extensions)<\/li>\n<li>XT-Image action log, traceability &amp; video capture<\/li>\n<li>XT-Insights across exploratory testing sessions<\/li>\n<li>XT-Support for stakeholder solicited\/unsolicited workflows<\/li>\n<\/ul>\n<p>**Load and Performance Testing **<\/p>\n<p>Our intent is to offer a compelling load testing service that enables you to create a load test rig in minutes leveraging multiple Azure data centers, and provides quick insight into your application performance in real world scenarios.<\/p>\n<p><strong>What we have delivered:<\/strong><\/p>\n<ul>\n<li>JMeter support<\/li>\n<li>Web experience for Author-Execute-Analyze load tests<\/li>\n<li>Integrated Performance Test experience for Azure Web Applications,<\/li>\n<li>Ability to run load tests as part of CI\/RM pipeline<\/li>\n<\/ul>\n<p><strong>What\u2019s coming next:<\/strong><\/p>\n<p>We are actively discussing roadmap for load testing and I will share more details later.<\/p>\n<p>**Integration with 3<sup>rd<\/sup> party test services **<\/p>\n<p>We have enabled integration with few 3<sup>rd<\/sup> party tests services as extensions. \u00a0We will continue to integrate more 3<sup>rd<\/sup> party services that offer compelling value to our customers.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/6\/2019\/05\/Extensions1.png\"><img decoding=\"async\" class=\" size-large wp-image-12501 aligncenter\" src=\"https:\/\/devblogs.microsoft.com\/devops\/wp-content\/uploads\/sites\/6\/2016\/03\/Extensions1-1024x261.png\" alt=\"Extensions\" width=\"879\" height=\"224\" \/><\/a><\/p>\n<p>\u00a0<\/p>\n<p>One more thing &#8211; we are committed to having a great DevOps story for <strong>Mobile Apps<\/strong>.\u00a0 With VSTS and HockeyApp integration, you have an ability to build your Android, iOS or Windows application, deploy to a device in-house or managed by a 3<sup>rd<\/sup> party device cloud provider, run automated tests, perform exploratory testing and then leverage HockeyApp service to distribute to beta users, collect live crash reports, get feedback from real users and analyze test coverage!<\/p>\n<p>Let me\u00a0clarify our positioning on a few other areas that are important:<\/p>\n<p><strong>Microsoft Test Manager (MTM) and Lab Management (LM)<\/strong><\/p>\n<p>There are many customers who use MTM and Lab Management for Manual, Exploratory, and Automated Testing.\u00a0 For manual and exploratory testing, we have been delivering all new value on the web experience &#8211; Test hub.\u00a0\u00a0We intend to move the remaining experience in MTM to the web soon.<\/p>\n<p>For\u00a0automated testing (BDT) scenarios we had critical gaps at TFS 2015 RTM in Test Plan\/Test Suite based execution, On demand execution, Associate automation , support for SC-VMM environments etc.\u00a0 We are aggressively closing these gaps and adding new features such as VMware and Azure environment support, simplified application deployment etc. This should enable customers to move forward to our new Build\/RM workflow.<\/p>\n<p>We are not making any enhancements to existing MTM and lab management product.\u00a0 Given our focus on cross-platform,\u00a0Agile + Test scenarios, integration with 3rd party test services, end-to-end traceability, simplified Build\/RM workflow for BDT,\u00a0 we have decided to deliver most of the new value on our web experience, i.e., Test hub.\u00a0\u00a0We will continue to support MTM but we encourage users to use our web experiences and benefit from all the new value we are creating.<\/p>\n<p><a name=\"SeleniumAppium\"><\/a><strong>Coded UI and Selenium<\/strong><\/p>\n<p>Coded UI is a fully supported feature.\u00a0With the WebDriver becoming a W3C standard, we are actively encouraging customers to use Selenium for web-apps and with the <a href=\"https:\/\/github.com\/Microsoft\/WinAppDriver\">WinAppDriver<\/a> becoming available for Windows apps, to use Appium for Windows apps.\u00a0As such, our investments in Coded UI will be selective and limited to supporting customers on any issues they encounter. We will be improving our support for authoring and running WebDriver based Selenium and Appium tests.<\/p>\n<p>For more detailed information and getting started please refer to the blogs below:<\/p>\n<ul>\n<li><a href=\"http:\/\/blogs.msdn.com\/b\/visualstudioalm\/archive\/2015\/11\/18\/test-results-in-build.aspx\"><span style=\"text-decoration: underline\">Test results in Build\/CI<\/span><\/a><\/li>\n<li><a href=\"http:\/\/blogs.msdn.com\/b\/visualstudioalm\/archive\/2015\/11\/24\/testing-java-applications-with-visual-studio-team-services.aspx\"><span style=\"text-decoration: underline\">Testing Java Applications<\/span><\/a><\/li>\n<li><a href=\"http:\/\/blogs.msdn.com\/b\/visualstudioalm\/archive\/2015\/05\/29\/testing-in-continuous-integration-and-continuous-deployment-workflows.aspx\"><span style=\"text-decoration: underline\">Testing on standard environments and Azure VMs<\/span><\/a><\/li>\n<li><a href=\"https:\/\/devblogs.microsoft.com\/\"><span style=\"text-decoration: underline\">Testing web applications using Selenium<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.visualstudio.com\/news\/2016-jan-25-vso\"><span style=\"text-decoration: underline\">Test dashboards in Build\/CI<\/span><\/a><\/li>\n<li><span style=\"text-decoration: underline\"><a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/hh270865.aspx\"><span style=\"text-decoration: underline\">Parallel Test execution<\/span><\/a> <\/span><\/li>\n<li><a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/02\/08\/parallel-and-context-sensitive-test-execution-with-visual-studio-2015-update-1\/\"><span style=\"text-decoration: underline\">Incremental validation<\/span><\/a><\/li>\n<li><a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms.vss-exploratorytesting-web\"><span style=\"text-decoration: underline\"><span style=\"text-decoration: underline\">Exploratory Testing<\/span><\/span><\/a><\/li>\n<li><a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/dn305948.aspx\"><span style=\"text-decoration: underline\">Unit testing and Coded UI support for UWP applications<\/span><\/a><\/li>\n<\/ul>\n<p>We are keen to hear from you &#8230; Appreciate you taking time to read this rather long blog post.<\/p>\n<p>If you like the features you can <a href=\"https:\/\/go.microsoft.com\/fwlink\/?LinkId=307137&amp;wt.mc_id=o~msft~testblog~312016post&amp;scenario=test\">get started on using testing tools on visual studio team services<\/a>.<\/p>\n<p>If you have feedback or feature requests, please do leave us comments.<\/p>\n<p>Anand Kamat<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Over the last few months, there has been a consistent ask for Visual Studio Team Services (VSTS) \/ Team Foundation Server (TFS) Testing Tools roadmap.\u00a0 I would like to share our strategic direction, what we have delivered over the last 6 months and where we are headed. \u00a0It would be great to get your feedback [&hellip;]<\/p>\n","protected":false},"author":81,"featured_media":45953,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[226,1,252],"tags":[],"class_list":["post-12381","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ci","category-devops","category-testing"],"acf":[],"blog_post_summary":"<p>Over the last few months, there has been a consistent ask for Visual Studio Team Services (VSTS) \/ Team Foundation Server (TFS) Testing Tools roadmap.\u00a0 I would like to share our strategic direction, what we have delivered over the last 6 months and where we are headed. \u00a0It would be great to get your feedback [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/posts\/12381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/users\/81"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/comments?post=12381"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/posts\/12381\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/media\/45953"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/media?parent=12381"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/categories?post=12381"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/tags?post=12381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}