notification-admin icon indicating copy to clipboard operation
notification-admin copied to clipboard

Task/callback UI tests

Open whabanks opened this issue 5 months ago • 1 comments

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

  1. Check out and run this API PR locally
  2. Update your Cypress .env from 1Password to get the JWT configs for the cache-clear endpoint calls.
  3. Run the Cypress tests

whabanks avatar Sep 23 '24 14:09 whabanks