Skip to content

Files

Latest commit

66e9719 · Mar 25, 2025

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 31, 2025
Mar 25, 2025
Jul 23, 2024
Mar 20, 2025
Mar 20, 2025
Jan 29, 2024
Jul 4, 2022
Mar 25, 2025
Mar 25, 2025
Mar 24, 2025
Jan 2, 2024
Mar 24, 2025
Mar 24, 2025
Aug 17, 2021
Mar 10, 2025
Mar 20, 2025
Nov 22, 2024
Mar 24, 2025
Aug 7, 2024
Feb 26, 2024
Mar 25, 2025
Jun 25, 2021
Mar 20, 2025
Aug 17, 2021
Jul 13, 2021
Sep 25, 2024
Jun 8, 2022
Jan 28, 2025
Jul 13, 2021
Feb 13, 2024
Aug 30, 2024
Feb 13, 2025
Mar 20, 2025
Feb 14, 2025
Feb 12, 2025
Feb 13, 2025

SSO requests - frontend app

E2E tests

To run the e2e tests, first create a file cypress.env.json in the app directory. For the contents, see the sso-requests-e2e-secrets secret in the tools namespace. Then:

  1. Run yarn form the app directory if not installed npm dependencies yet
  2. Start a local app and keycloak instances with docker-compose up from the root directory.
  3. Once running, run npx cypress open from the app directory. This will open a UI where you can choose which testfile to run