Skip to content

Spring Boot Project, Unit Test, Integration Test With Testcontainers, Consumer Driven Contract Test With Pact Framework And Using Pact Broker

Notifications You must be signed in to change notification settings

onur-gur/test_day_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For Pact Broker

  • docker-compose up -d

Consumer Test And Publish Contract

  • cd delivery
  • mvn -Dtest=StoreApiHttpClientConsumer test
  • mvn pact:publish

Provider Verification

  • cd store
  • mvn pact:verify

and visit http://localhost/80 -> pact broker

About

Spring Boot Project, Unit Test, Integration Test With Testcontainers, Consumer Driven Contract Test With Pact Framework And Using Pact Broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published