Hello Team , Short question:- To verify WithMessag...
# pact-js
a
Hello Team , Short question:- To verify WithMessageInteractions on provider side Do we need to run the provider application locally or for messaging pact its not mandatory?
t
Usually provider message tests look like unit tests
you can see some examples in the
/examples
folder in the pact-js github
a
So its not necessary to run the application for provider side message test verification
t
It’s necessary to run part of it
But you can do that in a unit test
rather than spinning up the whole thing
see the examples to see how it works