https://github.com/andriykalashnykov/movie-fun
https://github.com/andriykalashnykov/movie-fun
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andriykalashnykov/movie-fun
- Owner: AndriyKalashnykov
- Created: 2019-06-19T16:53:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T00:10:34.000Z (9 months ago)
- Last Synced: 2025-02-24T06:49:51.783Z (8 months ago)
- Language: Java
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```