Skip to content

Commit 7f386d3

Browse files
authored
Fix Playwright test conf and update deps (#6176)
1 parent 8e7eeab commit 7f386d3

File tree

4 files changed

+511
-464
lines changed

4 files changed

+511
-464
lines changed

playwright/.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DUMMY_AUTHORITY=http://${KC_HTTP_HOST}:${KC_HTTP_PORT}/realms/${DUMMY_REALM}
3939
######################
4040
ROCKET_ADDRESS=0.0.0.0
4141
ROCKET_PORT=8000
42-
DOMAIN=http://127.0.0.1:${ROCKET_PORT}
42+
DOMAIN=http://localhost:${ROCKET_PORT}
4343
LOG_LEVEL=info,oidcwarden::sso=debug
4444
I_REALLY_WANT_VOLATILE_STORAGE=true
4545

0 commit comments

Comments
 (0)