-
Follow the steps to getting KeyCloak running locally with Docker here while accounting for the exceptions below:
-
Be sure to keep the docker image running on port 8080. Killing the docker image will result in all configurations lost.
-
When creating the user password, set the password to
testme1234
and toggle off temporary. -
Set the Root URL / Admin URL on the client to
http://localhost:8080
-
Set Valid Redirect URIs to
*
-
Set Web Origins to
*
-
Inside the project directory, run
yarn
. -
Spin up the dev server by running
yarn serve
-
In another terminal, run
yarn cypress open
and execute thekeycloak.cy.js
test. -
Notice the webapp redirect to KeyCloak and back to main webapp through
cy.origin
-
Notifications
You must be signed in to change notification settings - Fork 0
AtofStryker/cypress-issue-22282
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published