Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrik authored Apr 10, 2024
1 parent 4078b6e commit cd916c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Then, start an instance of Keycloak in another terminal:
Keycloak may take a minute to start. If it does not, check your network settings,
as it does not play well with VPNs and other more exotic network situations.

Start an instance of mongodb in another terminal:
docker run --rm -it -p 27017:27017 -d mongo:latest

Finally, run the tests:

KEYCLOAK_URL=http://localhost:8080 USERNAME=admin PASSWORD=admin pytest
Expand Down

0 comments on commit cd916c9

Please sign in to comment.