Database Testing with Cypress (Part 8) 06 Sep 2021 3 min read cypress In this article, we will explore how to enable Cypress to make a connection with an SQL database like PostgresDB and do some validations.
Building a Test Automation Framework using Cypress.io — Wrapping up! (Part 6) 09 Oct 2020 7 min read cypress In this article, we will add few remaining things such as multiple environment support, better run commands, add logs (using addContext()), xpath support dependencies
Building a Test Automation Framework using Cypress.io — Reporting (Part 5) 05 Oct 2020 7 min read cypress In this article, we will add a key component of an automation framework i.e. adding Test Reports
Building a Test Automation Framework using Cypress.io — Adding Page Object Model (POM) (Part 4) 04 Oct 2020 5 min read cypress In this article, we will organize our Test framework to accommodate Page Object Model aka POM for UI elements
Building a Test Automation Framework using Cypress.io — Adding API Testing (Part 3) 03 Oct 2020 5 min read cypress 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.