Automation Testing with CI/CD - Cypress Automation Tests with Jenkins

Integrate Cypress Automation Tests with Jenkins With Jenkins, First you need to do an initial set up and make sure you have Java installed for Jenkins on your PC. Open Jenkins http://localhost:9090/ to login with your credentials and create a Freestyle project for Cypress with name “Cypress” like shown below Your Freestyle project configuration is like this below. Since it's a local project you can ignore the "Git" option for now. Click on "Apply" and "Save" button. you are good to go. Click on "Build Now" to run the Cypress tests Cypress GitHub Repo: Cypress-Repo Happy Automation Testing Guys :) !