QA Automation Labs

Day: July 12, 2022

image-10-1024x390

How to integrate Cypress with Database in Azure Pipeline for Test cases Execution

How to Integrate Cypress with Database in Azure Pipeline for Test cases Execution Blog cover about integrating Cypress with Database in Azure Cloud for Test cases Execution. Cypress connects to the azure database Pre-request Create SQL Database in Azure Cloud Step…

Read More
1_0rzZ4MVAiEvU_pUyOw45rw

How to Integrate Allure report with Cypress?

Why is Allure Reporting to Cypress? Cypress Installation Step to Install cypress Allure Installation Enter the below commands in your command line to install allure using yarn: yarn add -D@shelex/cypress-allure-plugin Or using npm: npm i -D @shelex/cypress-allure-plugin npm install — save-dev mocha-allure-reporter allure-commandline Allure…

Read More
1_kMpTHUjbzDUKQeRptP1fUQ

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 UI elements. It helps us to reduce code duplication and improves test maintenance. We can break…

Read More