Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
roicarrera committed Dec 10, 2024
2 parents 510f763 + 29ec4bb commit 209ced7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-cypress/files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ 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`.
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`.

## Cypress Cloud

Expand Down

0 comments on commit 209ced7

Please sign in to comment.