#javascript
Building a Test Automation Framework using Cypress.io — Wrapping up! (Part 6)
In this article we will add few remaining things such as multiple environment support, better run commands, add logs (using addContext()), xpath support and file upload dependencies...
Read
Building a Test Automation Framework using Cypress.io — Reporting (Part 5)
In this article, we will add a key component of an automation framework i.e. adding Test Reports...
Read
Building a Test Automation Framework using Cypress.io — Adding Page Object Model (POM) (Part 4)
In this article, we will organize our Test framework to accommodate Page Object Model aka POM for UI elements...
Read
Building a Test Automation Framework using Cypress.io — Adding API Testing (Part 3)
In this article we will build on top of this, and add native API testing support. Native? using only cypress and no external JS libraries. Promesa....
Read
Building a Test Automation Framework using Cypress.io — Adding Cucumber BDD (Part 2)
In Part-1 of this tutorial series we did cypress setup, created a sample cypress project and then, wrote and ran a sample test case. Now in this article...
Read