mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-20 02:58:23 +00:00
Fix and improve Playwright tests
This commit is contained in:
parent
e3d66216f6
commit
3730355434
15 changed files with 300 additions and 168 deletions
|
@ -40,6 +40,7 @@ DUMMY_AUTHORITY=http://${KC_HTTP_HOST}:${KC_HTTP_PORT}/realms/${DUMMY_REALM}
|
|||
ROCKET_ADDRESS=0.0.0.0
|
||||
ROCKET_PORT=8000
|
||||
DOMAIN=http://127.0.0.1:${ROCKET_PORT}
|
||||
LOG_LEVEL=info,oidcwarden::sso=debug
|
||||
I_REALLY_WANT_VOLATILE_STORAGE=true
|
||||
|
||||
SSO_ENABLED=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue