Skip to content

Commit

Permalink
Update e2e-cypress/files/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Schweikert <[email protected]>
  • Loading branch information
roicarrera and cschweikert authored Dec 5, 2024
1 parent c3d8976 commit a12c8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-cypress/files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In order to generate one xml report per test type (installation, integration and

## E2e test user authentication

With Cypress 12 version is now available `cy.origin()` that allows you to handle redirections. This functionality eases the login handling.
Starting version 12 of Cypress `cy.origin()` allows you to handle redirections. This functionality eases the login handling.
See `./support/login-functions.ts` for a generic login example.

In order to load your testing user's credentials for this login with SSO, you need to create a secret in OpenShift with the label `credential.sync.jenkins.openshift.io=true` and import them as environment variables using the withCredentials block to keep them secure. Find an example on how to do this in the `Jenkinsfile`.
Expand Down

0 comments on commit a12c8b0

Please sign in to comment.