Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

vmware-tanzu-learning/apps-movie-fun-modernization-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Fun!

Smoke Tests require server running on port 8080 by default.

Build WAR ignoring Smoke Tests

$ mvn clean package -DskipTests -Dmaven.test.skip=true

Run Smoke Tests against specific URL

$ MOVIE_FUN_URL=http://moviefun.example.com mvn test