notification-admin
notification-admin copied to clipboard
Task/callback UI tests
Summary | Résumé
This PR adds UI tests for the callbacks page and support for the new cache-clear
endpoint in API.
With the cache-clear
endpoint we can now manage Redis state during Cypress tests.
These tests experiment with the use of a utility endpoint in API to assist with cleaning up the DB after a test run.
Test instructions | Instructions pour tester la modification
- Check out and run this API PR locally
- Update your Cypress
.env
from 1Password to get the JWT configs for thecache-clear
endpoint calls. - Run the Cypress tests