for event based async API testing, how does pact t...
# pact-js
l
for event based async API testing, how does pact trigger the consumer event?
m
Take a look at https://docs.pact.io/getting_started/how_pact_works#non-http-testing-message-pact And look at the examples (howtoexamples) to get an idea in practice
s
m
There's also a workshop on our YouTube
l
thanks so basically when I run pact test, I do not need to involve the AWS broker or azure broker? and when I run the consumer pact test, I am triggering the client event?
1