PostgreSQL + Liquibase + Docker + Maven + Java = Integration Tests
Integration testing is always a big hassle when we are dealing with relational databases, like PostgreSQL, especially if we want to do them right. The right way means that the build is platform independent and fully standalone. In the report I will demonstrate how we test our applications with the use of Liquibase, Docker, and Maven plugins. There will be practical examples helping you implement the same functionality in your builds.
Integration testing is always a big hassle when we are dealing with relational databases, like PostgreSQL, especially if we want to do them right. The right way means that the build is platform independent and fully standalone. In the report I will demonstrate how we test our applications with the use of Liquibase, Docker, and Maven plugins. There will be practical examples helping you implement the same functionality in your builds.