absa-subatomic-legacy/coherence

Add Expect Event action

Closed this issue · 1 comments

Make it possible to define an event structure that you expect. E.g.
Expect

{
   "user": "some_id",
   "text": "text goes here"
}

This would then verify an event is received with a user with id "some_id" and the text is "text goes here".

Closed by #44