Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 276 Bytes

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