testing
How to create a Mochawesome report in Cypress?
Overview Purpose of this document is to describe the implementation of the Mochawesome custom reporter in the project. Mochawesome is a custom reporter for use …
How to test multiple domains or origins with Cypress
How to test multiple domains or origins with Cypress Problem Statement Before cypress version 9.6.0 if you want to run test cases in two domains …
How to Set up End to End Test Automation tool Playwright with Java Script In Few Minutes
This blog cover about how we can set up Playwright / Java Script What is Playwright? Playwright is an open-source Node.js library started by Microsoft for …
How to Run Tests with Cypress and Cucumber in Just “10” steps
What is Cucumber? Cucumber is a software tool that supports behavior-driven development (BDD). What is BDD? BDD bridges the gap between business stakeholders and the …
Integrate Cypress Dashboard with Jenkins and Execute the Test Cases
This blog covered the integration of the cypress dashboard with Jenkins and Execute the test cases in the Cypress Dashboard. Pre-Condition: Please go through the …
Cypress Dashboard Configuration and Execute the Test cases
This blog covered how we can set up the Cypress dashboard and run our test cases. What is Cypress Dashboard? Cypress Dashboard is a web-based …
Page Object Model with Playwright and JAVA
What is Page Object Model (POM)? Page Object Model is a design pattern commonly used in test automation that creates an object repository for web …
How we can Integrate Cucumber in Playwright With Java
How we can Integrate Cucumber in Playwright With Java Integrate Cucumber in Playwright With Java Cucumber is a popular behavior-driven development (BDD) framework that allows …
How to Integrate Allure report with Cypress?
Why is Allure Reporting to Cypress? Cypress does not have an inbuilt reporting solution Easy to install Allure reports provide great presentational diagrams Clear and …