You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a consumer verification fails, the error message is logged, but not passed upwards to the caller. This means that you always have to look into the logs to find out what went wrong.
For example, using karma-pact, when the tests are run in the browser, you get the output "verification failed" in the browser, but nothing else. Especially when you're starting with Pact, this makes for long bug hunts. It would be nice if the error message directly states what part of the verification failed.
The text was updated successfully, but these errors were encountered:
When a consumer verification fails, the error message is logged, but not passed upwards to the caller. This means that you always have to look into the logs to find out what went wrong.
For example, using
karma-pact
, when the tests are run in the browser, you get the output "verification failed" in the browser, but nothing else. Especially when you're starting with Pact, this makes for long bug hunts. It would be nice if the error message directly states what part of the verification failed.The text was updated successfully, but these errors were encountered: