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:
- Run
yarn
form the app directory if not installed npm dependencies yet - Start a local app and keycloak instances with
docker-compose up
from the root directory. - Once running, run
npx cypress open
from theapp
directory. This will open a UI where you can choose which testfile to run