Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CI Pipeline Integration Tests
Rating: 4.1 out of 5(74 ratings)
5,551 students

CI Pipeline Integration Tests

Running Integration tests in CI Pipeline
Last updated 11/2020
English

What you'll learn

  • Run Integration Tests in the CI Pipeline

Course content

5 sections10 lectures32m total length
  • CI/CD Pipeline Overview3:17

    High level overview of a typical CI/CD Pipeline

  • Application Architecture Overview2:10

    Overview of the Application Infrastructure

Requirements

  • Must have exposure in Continuous Integration tools such as TravisCI or Circle CI

Description

In a development environment that implements a robust CI/CD pipeline, it would be nice if integration tests could be performed in the CI pipeline as part of the regular PR approval process before deploying to the environment.  This will be a quick crash course to give you a hands on approach to make that happen.  You will learn to develop and execute integration tests in the CI pipeline using docker-compose. For this course we will be using Circle CI as the CI tool of choice.  We will use IntelliJ for the IDE and use a simple Java Microservice to demonstrate the pipeline. You will get high level exposure to use and configure the CI pipeline.  We will touch on the config.yml configuration file which is the backbone of Circle CI. You will also get a brief exposure to using a RESTful Feign Client and Liquibase schema migration tool to enforce database schema.  For this course you will need to download and install Docker desktop and open a Circle CI account (its free).  You will also need to open a free GitHub account.  At the end of this course you will be able to download the code files so that you can practice this yourself.

Who this course is for:

  • Java Developers with Docker Compose and Continuous Integration pipeline familiarity