Skip to content

Speed up your Spring Boot integration tests with Fabric8 Docker Maven Plugin

Notifications You must be signed in to change notification settings

lorenzomartino86/integration-test-with-docker-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integration tests with Fabric8 Docker Maven Plugin

Requirements for Linux users

You just need to install docker for linux (I will provide soon the instructions for windows users).

If you need to add insecure registries host on your Docker daemon to pull images from your private repository you can follow this link.

How run integration tests with Fabric8

You can run local integration tests by activating docker profile during Maven build. This profile will activate Fabric8 plugin that will pull and run in containers following services from dockerhub public repository:

  • mysql
  • mongo
  • redis

Then build will trigger integration tests against these running containers.

Finally at the end of integration-phase running containers are automatically stopped. For more details please see this post

About

Speed up your Spring Boot integration tests with Fabric8 Docker Maven Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages