Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration tests - add support for testing webhooks #2675

Open
ianco opened this issue Dec 14, 2023 · 1 comment
Open

Integration tests - add support for testing webhooks #2675

ianco opened this issue Dec 14, 2023 · 1 comment

Comments

@ianco
Copy link
Contributor

ianco commented Dec 14, 2023

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).

@swcurran
Copy link
Contributor

swcurran commented Jan 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants