https://github.com/claudioaltamura/mockserver-test
Example project for integration tests with MockServer
https://github.com/claudioaltamura/mockserver-test
github-actions java maven mockserver spring-boot
Last synced: about 2 months ago
JSON representation
Example project for integration tests with MockServer
- Host: GitHub
- URL: https://github.com/claudioaltamura/mockserver-test
- Owner: claudioaltamura
- License: mit
- Created: 2025-09-26T11:46:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T08:40:46.000Z (3 months ago)
- Last Synced: 2026-03-31T10:26:57.107Z (3 months ago)
- Topics: github-actions, java, maven, mockserver, spring-boot
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://opensource.org/licenses/MIT)
# mockserver-test
Example project for integration tests with MockServer
## Restricting MockServer logging
```
mvn test -Dmockserver.logLevel="OFF"
```