An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/claudioaltamura/mockserver-test/maven-build.yml?branch=main)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# mockserver-test
Example project for integration tests with MockServer

## Restricting MockServer logging

```
mvn test -Dmockserver.logLevel="OFF"
```