Skip to content

uleodolter/cypress-shibboleth-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Shibboleth Login

This integraten has been tested successfully against Shibboleth IdP 3.2.0.

Setup and run

git clone https://github.com/uleodolter/cypress-shibboleth-login
cd cypress-shibboleth-login
cat > cypress.env.json <<EOF
{
   "idpUrl": "<shibboleth identity provider base url>",
   "providerId": "<saml service provider entityID>",
   "username": "<test username>",
   "password": "<test passowrd>"
}
EOF
npx cypress open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published