Skip to content

xpeppers/hello-atdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello Acceptance Test Driven Development

Requirements

  • JDK >= 8
  • Maven

Start application

mvn spring-boot:run

Run unit tests

mvn test

Run integration and accepntace tests

mvn integration-test