
Continuous Integration & Jenkins, run API Automation job on Jenkins (Mac)
Instructor - Kiran Bhogadi, Video Duration - Over 1.5 hours
Course detail:
In this mini, we will go thru the steps to install Jenkins on MacOS using HomeBrew, create our first API automation job, and have Jenkins run it on a schedule automatically.
- Introduction to Continuous Integration (CI) and Jenkins
- Install HomeBrew (Brew) package manager
- Install Jenkins, initial setup, overview of main features
- The project we are automating using Jenkins - A Simple Restaurants API
- Creating your first Jenkins job to automate Restaurants API testing
- Add "newman" build step to the Jenkins job to run the automated tests
- Running the Jenkins job automatically on a schedule - nightly, regular interval etc