python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pact consumer contact gives au.com.dius.pact.consumer.PactMismatchesException
I am new to Pact contract testing
Gradle dependencies
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boo...
Shashwat
Votes: 0
Answers: 1
Pact consumer test does not successfully mock the spring webclient request using the created pact
I am new to Pact Contract testing and I am trying to create a Pact consumer test to validate a method that calls an api with get request. The api request is made using Spring Webclient.
I am not able ...
sysons
Votes: 0
Answers: 0