QA Automation Labs

Home

image-15-768x349

How to Execute Tests with Cypress and Cucumber

Problem Statement After Cypress Version 10 some changes are required to implement Cucumber in Cypress. In this blog, I am covering those changes and will tell you what are the dependencies that need to update. Latest version of Cypress is 12.13.0 About Cypress And…

Read More
image-2-768x353

How to Execute Playwright Test Cases With CI/CD GitHub Actions

What is Playwright? Playwright is an open-source Node.js library started by Microsoft for automating browsers based on Chromium, Firefox, and WebKit through a single API. The primary goal of Playwright is to improve automated UI testing. Playwright is made to enable cross-browser…

Read More
image-8-1024x230

Execute Cypress Test Cases in WebKit(Safari)

This blog covers how we can execute Cypress Test cases in WebKit(Safari) In version 10.8.0, Cypress.io team has introduced the support of the WebKit(Safari) browser Cypress has experimental support for WebKit, Safari’s browser engine. Testing your app with WebKit is representative of how your app would…

Read More
image-454

How to Run Playwright test case in CI/CD Jenkins

In this blog, I will talk about the Integration of Playwright with Jenkins. Jenkins is a self-contained, open-source automation server that can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software. Moreover, the main agenda of…

Read More
image-1-564x147

How to Integrate Allure HTML report in playwright with Java Script

This blog covers how we can intergate an Allure HTML report using a playwright Why is Allure Reporting to Playwright? Allure is a flexible and powerful open-source test execution report. It can be integrated with a variety of test runners and…

Read More
image-768x349

Cypress End to End Testing Tutorial: A Detailed Guide

This blog was originally published on the LambdaTest website. Link to the original post — https://www.lambdatest.com/blog/cypress-end-to-end-testing/ Software applications nowadays have become increasingly complex, and maximizing test coverage is one of the key aspects for every testing team. Testers globally rely upon different testing types using…

Read More
1_xjP18UPK27NG_9Zn-9ApBQ

Setup CI/CD Pipeline with GitHub Actions and Docker Image For Cypress Test case execution

This blog cover TWO part In the first part, we will explain how we can run our test cases in GitHub-hosted virtual machines with CI/CD GitHub action. In the SECOND part will explain how we can run cypress test cases in Docker container with CI/CD…

Read More
image-8-768x444

Integration of Cucumber with CI/CD Jenkins to Execute Cypress Test Cases

Problem Statement We need to integrate the Cucumber report in CI/CD Jenkins for to execute the Cypress test cases So that we can see the results of the cucumber cypress test case in graphical form (pie chat etc.) In Jenkins itself. What is Cucumber Cucumber…

Read More
james-harrison-vpOeXr5wmR4-unsplash-564x360

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 with the Javascript testing framework, mocha. It runs on Node.js (>=10) and works in conjunction with…

Read More
1_sfzUNEbnwCZLLxB1wW8ECQ

Integrate Cypress Dashboard with Jenkins and Execute the Test Cases

Pre-Condition: Please go through the below blog to know how we set up Cypress Dashboard https://qaautomationlabs.com/cypress-dashboard-configuration-and-execute-the-test-cases/ What is Cypress Dashboard? Cypress Dashboard is a web-based component that provides various features related to projects and test runs in Cypress. Cypress Dashboard increases test velocity while giving…

Read More