Skip to content

at-boundary/metatest-rest-java-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project template for Metatest

This is a sample project demonstrating Metatest. It uses a mocked REST API

Set up the REST API

  1. docker pull wiremock/wiremock:latest
  2. 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

Run tests with ./gradlew clean test --info -DrunWithMetatest=true

Set -DrunWithMetatest=false to run tests without Metatest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages