This is a sample project demonstrating Metatest. It uses a mocked REST API
docker pull wiremock/wiremock:latest
docker run -d --name wiremock-mocked-rest-api -p 8089:8089 -v /mappings:/home/wiremock/mappings wiremock/wiremock:latest --port 8089 --verbose
mappings
folder contains mock api resources that are loaded by Wiremock service
Run tests with ./gradlew clean test --info -DrunWithMetatest=true
Set -DrunWithMetatest=false
to run tests without Metatest