Skip to content

Latest commit

 

History

History
executable file
·
36 lines (23 loc) · 802 Bytes

README.md

File metadata and controls

executable file
·
36 lines (23 loc) · 802 Bytes

SpringBoot+Web with Docker and Cucumber Test Integration

Purpose

Useful as a template project to get you going quickly with docker and integration tests using docker containers.

Prereqisites

  • Java 8.x
  • Maven 3.x
  • (Optional) Docker installed locally and DOCKER_HOST environment variable set,

Linux

export DOCKER_HOST=unix:///var/run/docker.sock

Windows

set DOCKER_HOST=npipe:////./pipe/docker_engine

Build

mvn clean verify

Notes