python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Spring Cloud Contract generates weak tests using bodyFromFile in contract file
I try to implement simple contract for get users REST Endpoit. I expect that Spring Cloud Contract generates test whitch checks json response more strongly. Can anyone know how to configure test gener...
Roman Maksimenko
Votes: 0
Answers: 1
Generated test sources not getting invoked as part of the gradle build
Added Spring Cloud Contract plugin and configured it for baseClassMappings
Added Spring Cloud Contract verifier
Added required base classes for generated tests
Defined groovy contract
Using Test{useu...
Nidhi S
Votes: 0
Answers: 3
I'm getting error in upgrading the gradle version from 6.8 to 7.4
I tried building my project with gradle version 7.4, but I couldn't. It was working fine with the gradle version 6.8.
I'm using the spring-cloud-contract-verifier version : 3.1.1
I got this kind of er...
Nidhi S
Votes: 0
Answers: 0
No label found exception on cloud contract testing on the consumer side
Need your help on cloud contract testing on the spring boot microservice project with rabbitmq.
I have a microservice service that produces messages to a rabbit MQ channel and is listened by another
m...

Robert Ravikumar
Votes: 0
Answers: 1