-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No pacts found for provider #1284
Comments
Looks like at least two issues:
|
As @mefellows mentioned, In your consumer test, These are not Pact-JVM classes, could you raise this issue with the project that provides those? |
Yup. Actually the provider had a wrapper on top of the pact-jvm. thanks for the help closing this now. |
I am writing consumer-driven contract test cases for an event-based service and using a pact broker. My consumer is able to generate the pact successfully
output:
I wrote the provider test for the same service:
Pact broker configurations are given in the CmdPactBrokerConfig.class
The test cases do not run and give the output:
New to contract tests so need guidance on this. Any idea what could be wrong? Any example I can refer to for writing contract tests for event-based service.
The text was updated successfully, but these errors were encountered: