Skip to content

locrep/mvn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Run Locally

Before build you need to install ginkgo and gomega for testing

$ go get github.com/onsi/ginkgo/ginkgo
$ go get github.com/onsi/gomega/...

then make or make run

you can set port and mode

port=8888 mode=debug make


Build and Run Image

make runimage

you can set port and mode

port=8888 mode=debug make runimage


Just Run Unit and Behaviour Tests

make test


Run Integration Test

make runimage testmaven


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published