<No Pact files were found to verify> I am facing w...
# stackoverflow
u
No Pact files were found to verify I am facing weird issue for pact testing. When I use local pact-broker same test is passing however, when I use remote pact-broker test is failing. systemProperty 'pactbroker.url', 'https://pact-broker.internal-dev.com/' // Test is failing systemProperty 'pactbroker.url', 'http://localhost:9292/' // Test is passing, I have setup locally and published to it Errors: No Pact files were found to verify Provider: Provider1 Source: Pact Broker https://pact-broker.internal-dev.com/...