aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Integration tests - add support for testing webhooks

Open ianco opened this issue 2 years ago • 1 comments

Add support to the integration test framework to support testing for received webhooks.

The most important is to test that the holder receives notifications when their credentials are revoked, but would be useful in general to include tests for each type of webhook (credential offer received, credential request received, proof request received etc).

Also can include support for notification of basic messages (which I think are also missing from the integration tests).

ianco avatar Dec 14 '23 18:12 ianco

We've definitely had issues in the past with the sequence of WebHooks changing unexpectedly when updating ACA-Py. It would be good to be able to catch that.

Not sure if that is easily done for a given protocol, and less so if it can be easily done across all the protocols.

swcurran avatar Jan 03 '24 23:01 swcurran