Files
getting-started/pact/pact-feign-consumer/README.md
2018-03-20 21:36:10 +01:00

568 B

Testing a Spring Boot REST API Consumer against a Contract with Pact

Companion Blog Article

Read the companion blog article to this repository.

Getting Started

  • have a look at the feign client
  • have a look at the consumer test
  • run ./gradlew build in this project to create a pact and run the consumer test
  • afterwards, find the pact contract file in the folder target/pacts