Skip to content

A showcase of integration testing against a database inside a docker container.

Notifications You must be signed in to change notification settings

tlmatjuda/docker-database-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Integration Test


This is a simple showcase of the Test Containers API.
A Framework that helps developer write real integration test against an actual database as apposed to a Generic In-Memory DB.

Tech Stack & Tools

You will the following setup :

  • Java 11
  • Maven 3.6.2
  • Docker ( Incl. Any Docker client of your choice )
  • Postgre DB Client ( Any client of your choice )

Startup

This is a testing showcase so the only thing you can do on this repo is run tests.
All you need to do is :

  1. Start up Docker.
  2. Then run a maven test as follows : mvn clean verify

About

A showcase of integration testing against a database inside a docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages