Problem Statement The ability to ‘Run all specs’ or ‘Run filtered specs’ will be removed in Cypress 10.0. For many of the users, the existing implementation “was broken” for them because of how cypress originally architectured supporting this feature. Cypress received feedback…
Cypress API Automation Using Plugin Cypress-plugin-API
This blog covers how we can do API automation using the cypress API plugin “cypress-plugin-api” by Filip Hric Problem Statement At present in Cypress, we don’t have a way to see API calls in the Cypress App UI itself. Using this plugin…
How To Run Cypress Tests In Azure DevOps Pipeline
What Covered In this blog About How To Run Cypress Tests In Azure DevOps Pipeline When software developers took years to create and introduce new products to the market is long gone. Users (or consumers) today are more eager to use their…
Cypress Integration with Bitbucket | E2E testing with Bitbucket & Cypress
This blog cover how to Integrate CI/CD BitBucket with Cypress and how we do end-to-end testing with Bitbucket and Cypress Bitbucket Pipelines is an integrated CI/CD service built into Bitbucket. It allows you to automatically build, test, and even deploy your code based on…
Cypress Dashboard Setup and Execute the Test cases in Cypress 10
This blog covered how we can set up the Cypress dashboard and run our Cucumber test cases in Cypress Dashboard with the Latest Version of Cypress This blog is divided into two part What is Cypress dashboard? Cypress Dashboard is a web-based component that provides various…
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…
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…
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…
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…
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…