© 2026 Hashnode
Welcome to this beginner-friendly guide on how to include test automation in a Continuous Integration and Continuous Delivery (CI/CD) pipeline! If you’re new to software development or testing, don’t worry this blog will break down the process step b...

Overview: 1. CI/CD pipeline workflow:- A pipeline can be created to automatically deploys the code when any push events occur in GitHub/GitLab. React App code changes are pushed to GitHub repository Jenkins detects the change and trigger a build J...

One of the game changers in modern software development is Continuous Integration and Continuous Development (CI/CD). Both large, established organizations and small, growing companies use CI/CD to deliver software faster and to detect bugs in the so...
