To test spring boot micro services deployed in PCF environment, our team started implementing spring-cloud-contract framework.
To explain my problem, we have two microservices A and B and A is consuming B service. I have developed contract at B and stub-runner at A. When I do
gradle clean build
on B (before PCF deployment), stubs are being generated but acceptance tests (generated by cloud contract framework) are failing due to PCF dependencies (db and other certificates). Is there anyway to test contracts and service A test cases after PCF deployment?