We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51c5d2 commit ac3a405Copy full SHA for ac3a405
1 file changed
playwright.config.ts
@@ -11,6 +11,7 @@ const testEnv = {
11
ZITADEL_CALLBACK_URL: 'http://localhost:3000/api/auth/callback/zitadel',
12
ZITADEL_POST_LOGOUT_URL: 'http://localhost:3000/api/auth/logout/callback',
13
ZITADEL_POST_LOGIN_URL: '/profile',
14
+ AUTH_URL: 'http://localhost:3000',
15
};
16
17
// noinspection JSUnusedGlobalSymbols
0 commit comments