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
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: