Skip to content

Simple Spring Boot Web Application with Docker and Cucumber/Selenium Integration

Notifications You must be signed in to change notification settings

dragankoz/spring-boot-web-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Spring Boot Web Application with Docker and Cucumber/Selenium Integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages