Skip to main content

All Questions

2 votes
1 answer
2k views

SSO Login in Cypress

the app that I test has SSO login. So, 1st I am cy.vist(xxx) to one URL then system directs me another cy.visit(yyy). But currently I cant handle the issue that currently I am facing. Can you please ...
Luna's user avatar
  • 331
1 vote
0 answers
866 views

Is it possible to use Cypress for E2E testing when keycloak protectes the site

I am using Cypress for E2E testing. I also use Keycloak to provide Authentication. Keycloak uses an external website login form, however, this is not supported by Cypress when it is on a different ...
PrestonDocks's user avatar
  • 5,250
2 votes
1 answer
3k views

Cypress UI automated login with Keycloak fails

I am attempting to automate an e-commerce store front using Cypress but I'm running into an issue with login. The auth and identity tool being used is keycloak and the Cypress test is unable to login ...
Jonathan Opperman's user avatar
3 votes
0 answers
4k views

how to login on SSO/OIDC using cypress

I am trying to login on our office portal for which OIDC is configured which uses OAuth 2.0 Client ID using the google account. So I am trying to automate this website for which OIDC is configured ...
kalpesh's user avatar
  • 93
7 votes
1 answer
17k views

Sample cypress script to bypass SSO

I am setting up new cypress tests to test some functionalities in Dynamics 365 application. But, I'm left with a browser window with the url https://login.microsoftonline.com/__/ and the text Whoops, ...
Akhil Tabjula's user avatar