Tag - cypress framework

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...

Read more...
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...

Read more...
Feature image for cypress API testing blog

Api Testing Using Cypress : A Comprehensive Guide | Devstringx

API Testing Using Cypress Cypress is a user-friendly testing framework for E2E testing of web applications. It can easily install using the Node Package Manager and does not require additional setup. It sends HTTP requests on behalf of the web applications. Setting Up the...

Read more...