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 with Playwright and Java Script
This blog cover about how we can set up End to End Test Automation Framework Using Playwright / Java Script What is Playwright? Playwright is an …
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 cucumberjs in Playwright
How we can integrate cucumber.js with playwright Problem statement This blog cover how we can integrate cucumber in playwright with java Pre-Condition : Eclipse IDE …
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 …