Open jorahood opened 6 years ago
I'll need to understand how Spring Data Rest works, but I'm sure it should not be too hard to be able to make it work.
Just wondering if you've given any more thought to this
Just checking in again on this as it's a blocker for our adoption of Pact
Could you provide an example project setup with Spring Data Rest?
We have an app that exposes REST endpoints for a CrudRepository through Spring Data Rest so there are no Spring MVC controllers to pass to a MockMVC target. It would make our Pact testing easier (e.g., bypassing security, mocking the repository interactions) if we could run the Pact tests in a mockMVC environment rather than starting the whole application. I wondered if you have this kind of integration on your roadmap?
(I.e., the kind of integration Tom wondered about at the end of this blog post https://reflectoring.io/consumer-driven-contracts-with-pact-feign-spring-data-rest/)