Skip to content

marcuslang/VagrantExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VagrantExample

Example project for a maven driven test with Vagrant

Prerequisites

  • vagrant installed on dev host
  • VirtualBox installed on dev host

module integration

In phase 'Integration' Maven starts a Vagrant instance and starts a test against a microservice.

  • pre-integration-test:

    • Start Vagrant VM
    • Install Java
    • Start microservice on port 7081
  • integration-test:

    • run a test against the rest interface of the microservice
  • post-integration-test:

    • Shutdown Vagrant VM

module simple-service

A simple microservice for the tests with Vagrant.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published