{"id":8739,"date":"2023-04-28T12:28:00","date_gmt":"2023-04-28T10:28:00","guid":{"rendered":"https:\/\/wata.es\/?p=8739"},"modified":"2025-04-14T16:49:19","modified_gmt":"2025-04-14T14:49:19","slug":"e2e-test-automation-with-cypress-an-elegant-and-affordable-solution","status":"publish","type":"post","link":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/","title":{"rendered":"E2E test automation with Cypress: an elegant and affordable solution"},"content":{"rendered":"\n<p>Cypress is a tool for performing front-end testing for web application projects. In this article we will go into more detail and see what its advantages are. <\/p>\n\n\n\n<!--more-->\n\n\n\n<p>When it comes to defining the software quality and testing basics of a project, especially for web applications, deciding which technologies to use to automate our tests becomes a real challenge. This is even more true when we have to choose a technology to test our front-end.<\/p>\n\n\n\n<p>If we focus on E2E (<em>end-to-end<\/em>) testing, simulating the behaviour and interaction of a real user by testing the user interface of our project, we find well-known technologies like Selenium, Protractor or Playwright.<\/p>\n\n\n\n<p>But if there is one testing framework that is becoming more and more popular thanks to its ease of use and its advantages over the previous ones, it is Cypress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is Cypress?<\/strong><\/h2>\n\n\n\n<p>Cypress is an <em>open source framework<\/em> for automatic <a href=\"https:\/\/wata.es\/we-are-hiring-we-are-looking-for-angular-senior-developer-featured\/\" data-type=\"URL\" data-id=\"https:\/\/wata.es\/we-are-hiring-we-are-looking-for-angular-senior-developer-featured\/\" target=\"_blank\" rel=\"noreferrer noopener\">front-end<\/a> <a href=\"https:\/\/wata.es\/automated-testing-features-advantages-and-disadvantages\/\" data-type=\"URL\" data-id=\"https:\/\/wata.es\/automated-testing-features-advantages-and-disadvantages\/\" target=\"_blank\" rel=\"noreferrer noopener\">testing<\/a> of JavaScript-based web applications. Its use is not limited to E2E tests, but also allows the creation of integration or unit tests.<\/p>\n\n\n\n<p>Since it has its own assertion libraries, custom commands and other interesting features (e.g. a dashboard for debugging and running our tests), Cypress has proven to be a versatile framework adapted to the characteristics of the modern web.<\/p>\n\n\n\n<p>All of this is based on an architecture that was built from the ground up: You don&#8217;t have to start with Selenium.<\/p>\n\n\n\n<p>This allows us to work with a framework that does not require the installation of external tools and libraries to start building our tests.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"826\" height=\"431\" src=\"https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-48.png\" alt=\"\" class=\"wp-image-8568\" srcset=\"https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-48.png 826w, https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-48-300x157.png 300w, https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-48-768x401.png 768w\" sizes=\"auto, (max-width: 826px) 100vw, 826px\" \/><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Cypress?<\/strong><\/h2>\n\n\n\n<p>Due to the development of web applications and the emergence of current and modern JavaScript-based frameworks such as <a href=\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/\" data-type=\"URL\" data-id=\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/\" target=\"_blank\" rel=\"noreferrer noopener\">Angular<\/a>, <a href=\"https:\/\/wata.es\/were-hiring-senior-fullstack-developer-with-laravel-and-vuejs\/\" data-type=\"URL\" data-id=\"https:\/\/wata.es\/were-hiring-senior-fullstack-developer-with-laravel-and-vuejs\/\" target=\"_blank\" rel=\"noreferrer noopener\">Vue<\/a> or React, E2E testing frameworks have also evolved. Considering the versatility and ease of use that Cypress offers, the popularity it has gained since its development is to be expected.<\/p>\n\n\n\n<p>Another interesting feature of Cypress is that this framework runs the logic of our tests in the same execution cycle as the application. Cypress runs a NodeJS process that reacts to the events of our application in real time, without us having to use WebDriver to run our tests.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-51.png\" alt=\"\" class=\"wp-image-8571\" width=\"498\" height=\"278\" srcset=\"https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-51.png 528w, https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-51-300x168.png 300w\" sizes=\"auto, (max-width: 498px) 100vw, 498px\" \/><\/figure><\/div>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Cypress also makes it easier for us to develop tests, as you only need basic knowledge of JavaScript to get started. Assertions from other well-known test frameworks such as Chai and Mocha are also used.<\/p>\n\n\n\n<p>Another important reason for using Cypress is, of course, the dashboard. A graphical interface where we can follow the process and execution of our tests in real time, as if we were in the place of the user, so that we can debug and have a direct overview of the errors that occur in our tests.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"827\" height=\"507\" src=\"https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-52.png\" alt=\"\" class=\"wp-image-8574\" srcset=\"https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-52.png 827w, https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-52-300x184.png 300w, https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-52-768x471.png 768w, https:\/\/wata.es\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image-52-800x490.png 800w\" sizes=\"auto, (max-width: 827px) 100vw, 827px\" \/><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Relevant features of Cypress<\/strong><\/h2>\n\n\n\n<p>Cypress has many features that are advantageous over other frameworks and that can help us decide to use it as an E2E testing tool for web projects.<\/p>\n\n\n\n<p><strong>1. current state of the framework and learning curve<\/strong><\/p>\n\n\n\n<p>Cypress is a modern and up-to-date <em>all-in-one<\/em> framework with good documentation, an active community and continuous updates.<\/p>\n\n\n\n<p>It offers a quick setup of the framework in our project, as installation is fast and very little configuration is required. The tests are written in JavaScript and the Cypress library has descriptive and concise commands.<\/p>\n\n\n\n<p>All this contributes to a flat learning curve for both the development team and the <a href=\"https:\/\/wata.es\/were-hiring-qa-engineer\/\" data-type=\"URL\" data-id=\"https:\/\/wata.es\/were-hiring-qa-engineer\/\" target=\"_blank\" rel=\"noreferrer noopener\">QA team<\/a>.<\/p>\n\n\n\n<p><strong>2. Integration (or not) with other technologies.<\/strong><\/p>\n\n\n\n<p>Cypress does not require integration with Selenium because the architecture is built from scratch. In general, it does not need to integrate with other external libraries and frameworks, but we can do so if we want to extend the functionality of the framework with well-known technologies such as Mocha, Chai or jQuery.<\/p>\n\n\n\n<p>It also works with any JavaScript-based library or framework that runs in a browser.<\/p>\n\n\n\n<p><strong>3. interaction with browsers<\/strong><\/p>\n\n\n\n<p>With Cypress, there is no need to install a browser as the <em>headless<\/em> browser (no graphical interface) allows for faster and less time-consuming execution. This would eliminate the need to install a browser to run the E2E tests through <a href=\"https:\/\/wata.es\/sonarqube-how-to-maintain-the-quality-of-your-code-during-a-ci-cd-process\/\" data-type=\"URL\" data-id=\"https:\/\/wata.es\/sonarqube-how-to-maintain-the-quality-of-your-code-during-a-ci-cd-process\/\" target=\"_blank\" rel=\"noreferrer noopener\">continuous integration<\/a>.<\/p>\n\n\n\n<p>On the other hand, we do not need to run a WebDriver in Cypress, as our tests are executed within a browser by a NodeJS process.<\/p>\n\n\n\n<p><strong>4. automatic wait times<\/strong><\/p>\n\n\n\n<p>When using Cypress, there is no need to insert arbitrary wait times between commands and assertions as this is done automatically, so there is no need to use <em>wait<\/em> and <em>async<\/em> in our tests.<\/p>\n\n\n\n<p><strong>5. useful and simple dashboard<\/strong><\/p>\n\n\n\n<p>Cypress has an easy to use and intuitive dashboard that we can interact with between each test step.<\/p>\n\n\n\n<p>The dashboard provides us with dynamism as there is no need to restart the tests. Changes are automatically executed and are immediately reflected as soon as we save the progress of our file.<\/p>\n\n\n\n<p><strong>6. readable and versatile reports<\/strong><\/p>\n\n\n\n<p>The results of the console and dashboard tests in Cypress are very descriptive. In addition, there are many options for <a href=\"https:\/\/wata.es\/xray-for-jira-how-we-efficiently-structure-and-organise-our-test-environment\/\" data-type=\"URL\" data-id=\"https:\/\/wata.es\/xray-for-jira-how-we-efficiently-structure-and-organise-our-test-environment\/\" target=\"_blank\" rel=\"noreferrer noopener\">reporting the results of our tests<\/a>, as well as the ability to easily take screenshots and record videos.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Cypress at WATA FACTORY<\/strong><\/h2>\n\n\n\n<p>At WATA Factory, we focus on ensuring the quality of our software. Therefore, we consider it important to study well the testing tools we use in our projects, and we believe that the inclusion of Cypress is an up-to-date and optimal choice for testing our JavaScript-based web applications.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cypress is a tool for performing front-end testing for web application projects. In this article we will go into more detail and see what its advantages are.<\/p>\n","protected":false},"author":27,"featured_media":8583,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[2,180],"tags":[154],"class_list":["post-8739","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","category-technology","tag-testing-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>E2E test automation with Cypress: an elegant and affordable solution - WATA Factory<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"E2E test automation with Cypress: an elegant and affordable solution - WATA Factory\" \/>\n<meta property=\"og:description\" content=\"Cypress is a tool for performing front-end testing for web application projects. In this article we will go into more detail and see what its advantages are.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/\" \/>\n<meta property=\"og:site_name\" content=\"WATA Factory\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/watafactory\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-28T10:28:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-14T14:49:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png\" \/>\n\t<meta property=\"og:image:width\" content=\"5000\" \/>\n\t<meta property=\"og:image:height\" content=\"2618\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Juan Carlos Garc\u00eda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@watafactory\" \/>\n<meta name=\"twitter:site\" content=\"@watafactory\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Juan Carlos Garc\u00eda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/\"},\"author\":{\"name\":\"Juan Carlos Garc\u00eda\",\"@id\":\"https:\/\/wata.es\/#\/schema\/person\/f7569ff9abb936f81183a69fc7c83519\"},\"headline\":\"E2E test automation with Cypress: an elegant and affordable solution\",\"datePublished\":\"2023-04-28T10:28:00+00:00\",\"dateModified\":\"2025-04-14T14:49:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/\"},\"wordCount\":903,\"publisher\":{\"@id\":\"https:\/\/wata.es\/#organization\"},\"image\":{\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png\",\"keywords\":[\"testing\"],\"articleSection\":[\"News\",\"Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/\",\"url\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/\",\"name\":\"E2E test automation with Cypress: an elegant and affordable solution - WATA Factory\",\"isPartOf\":{\"@id\":\"https:\/\/wata.es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png\",\"datePublished\":\"2023-04-28T10:28:00+00:00\",\"dateModified\":\"2025-04-14T14:49:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#primaryimage\",\"url\":\"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png\",\"contentUrl\":\"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png\",\"width\":5000,\"height\":2618},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wata.es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"E2E test automation with Cypress: an elegant and affordable solution\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wata.es\/#website\",\"url\":\"https:\/\/wata.es\/\",\"name\":\"WATA Factory\",\"description\":\"IT Consulting &amp; Outsourcing for your company\",\"publisher\":{\"@id\":\"https:\/\/wata.es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wata.es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wata.es\/#organization\",\"name\":\"WATA Factory\",\"url\":\"https:\/\/wata.es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wata.es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wata.es\/wp-content\/uploads\/2019\/12\/logowata.png\",\"contentUrl\":\"https:\/\/wata.es\/wp-content\/uploads\/2019\/12\/logowata.png\",\"width\":688,\"height\":176,\"caption\":\"WATA Factory\"},\"image\":{\"@id\":\"https:\/\/wata.es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/watafactory\/\",\"https:\/\/x.com\/watafactory\",\"https:\/\/www.linkedin.com\/company\/wata\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/wata.es\/#\/schema\/person\/f7569ff9abb936f81183a69fc7c83519\",\"name\":\"Juan Carlos Garc\u00eda\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wata.es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/25cc7a6ae3e362ea158d31983c4e3818c5534d8247f33d40ec29d6c1072aed11?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/25cc7a6ae3e362ea158d31983c4e3818c5534d8247f33d40ec29d6c1072aed11?s=96&d=mm&r=g\",\"caption\":\"Juan Carlos Garc\u00eda\"},\"sameAs\":[\"https:\/\/wata.es\"],\"url\":\"https:\/\/wata.es\/author\/jcgarcia\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"E2E test automation with Cypress: an elegant and affordable solution - WATA Factory","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/","og_locale":"en_US","og_type":"article","og_title":"E2E test automation with Cypress: an elegant and affordable solution - WATA Factory","og_description":"Cypress is a tool for performing front-end testing for web application projects. In this article we will go into more detail and see what its advantages are.","og_url":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/","og_site_name":"WATA Factory","article_publisher":"https:\/\/www.facebook.com\/watafactory\/","article_published_time":"2023-04-28T10:28:00+00:00","article_modified_time":"2025-04-14T14:49:19+00:00","og_image":[{"width":5000,"height":2618,"url":"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png","type":"image\/png"}],"author":"Juan Carlos Garc\u00eda","twitter_card":"summary_large_image","twitter_creator":"@watafactory","twitter_site":"@watafactory","twitter_misc":{"Written by":"Juan Carlos Garc\u00eda","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#article","isPartOf":{"@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/"},"author":{"name":"Juan Carlos Garc\u00eda","@id":"https:\/\/wata.es\/#\/schema\/person\/f7569ff9abb936f81183a69fc7c83519"},"headline":"E2E test automation with Cypress: an elegant and affordable solution","datePublished":"2023-04-28T10:28:00+00:00","dateModified":"2025-04-14T14:49:19+00:00","mainEntityOfPage":{"@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/"},"wordCount":903,"publisher":{"@id":"https:\/\/wata.es\/#organization"},"image":{"@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#primaryimage"},"thumbnailUrl":"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png","keywords":["testing"],"articleSection":["News","Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/","url":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/","name":"E2E test automation with Cypress: an elegant and affordable solution - WATA Factory","isPartOf":{"@id":"https:\/\/wata.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#primaryimage"},"image":{"@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#primaryimage"},"thumbnailUrl":"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png","datePublished":"2023-04-28T10:28:00+00:00","dateModified":"2025-04-14T14:49:19+00:00","breadcrumb":{"@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#primaryimage","url":"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png","contentUrl":"https:\/\/wata.es\/wp-content\/uploads\/2022\/09\/MicrosoftTeams-image-49.png","width":5000,"height":2618},{"@type":"BreadcrumbList","@id":"https:\/\/wata.es\/e2e-test-automation-with-cypress-an-elegant-and-affordable-solution\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wata.es\/"},{"@type":"ListItem","position":2,"name":"E2E test automation with Cypress: an elegant and affordable solution"}]},{"@type":"WebSite","@id":"https:\/\/wata.es\/#website","url":"https:\/\/wata.es\/","name":"WATA Factory","description":"IT Consulting &amp; Outsourcing for your company","publisher":{"@id":"https:\/\/wata.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wata.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wata.es\/#organization","name":"WATA Factory","url":"https:\/\/wata.es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wata.es\/#\/schema\/logo\/image\/","url":"https:\/\/wata.es\/wp-content\/uploads\/2019\/12\/logowata.png","contentUrl":"https:\/\/wata.es\/wp-content\/uploads\/2019\/12\/logowata.png","width":688,"height":176,"caption":"WATA Factory"},"image":{"@id":"https:\/\/wata.es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/watafactory\/","https:\/\/x.com\/watafactory","https:\/\/www.linkedin.com\/company\/wata\/"]},{"@type":"Person","@id":"https:\/\/wata.es\/#\/schema\/person\/f7569ff9abb936f81183a69fc7c83519","name":"Juan Carlos Garc\u00eda","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wata.es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/25cc7a6ae3e362ea158d31983c4e3818c5534d8247f33d40ec29d6c1072aed11?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/25cc7a6ae3e362ea158d31983c4e3818c5534d8247f33d40ec29d6c1072aed11?s=96&d=mm&r=g","caption":"Juan Carlos Garc\u00eda"},"sameAs":["https:\/\/wata.es"],"url":"https:\/\/wata.es\/author\/jcgarcia\/"}]}},"_links":{"self":[{"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/posts\/8739","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/comments?post=8739"}],"version-history":[{"count":5,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/posts\/8739\/revisions"}],"predecessor-version":[{"id":11927,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/posts\/8739\/revisions\/11927"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/media\/8583"}],"wp:attachment":[{"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/media?parent=8739"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/categories?post=8739"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/tags?post=8739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}