Hosting a Ghost blog website for free - A Comparison [2021] May 13, 2021 2 min read ghost-cms Ghost (Pro) vs DigitalPress vs Mindspun (Formerly Ghoststead) - A Comparision of free Ghost blog Hosting Providers
Test State Management in Cypress (Part 7) Apr 11, 2021 5 min read cypress In this article, we will explore how to build a Test State by implementing a Test Store and add commands to fetch/store values from this store
Building a Test Automation Framework using Cypress.io — Wrapping up! (Part 6) Oct 9, 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) Oct 5, 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) Oct 4, 2020 5 min read cypress In this article, we will organize our Test framework to accommodate Page Object Model aka POM for UI elements