feature image for generate allure reports with cypress

Generate Allure Reports with Cypress – DS

Allure is a test tool to create nice-looking and concise reports. It can be configured to show bugs, fixtures, broken tests, timing, and history. Allure reports provide great presentational diagrams Step by Step Guide to Generate Allure Reports Follow the below 05 easy steps to generate allure...
Feature image for Cypress POM framework blog

Cypress With Page Object Model (POM) Framework

Cypress is a test automation framework which is used to test web applications and API’s. It is based on JavaScript and provides features like video and screenshots after the test run. Page object model (POM) is a design pattern where classes are represented as pages. POM...