Skip to content

Commit ac3a405

Browse files
committed
chore(playwright): add AUTH_URL to test env
Aligns with the other 7 examples; .env.example already had it.
1 parent b51c5d2 commit ac3a405

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const testEnv = {
1111
ZITADEL_CALLBACK_URL: 'http://localhost:3000/api/auth/callback/zitadel',
1212
ZITADEL_POST_LOGOUT_URL: 'http://localhost:3000/api/auth/logout/callback',
1313
ZITADEL_POST_LOGIN_URL: '/profile',
14+
AUTH_URL: 'http://localhost:3000',
1415
};
1516

1617
// noinspection JSUnusedGlobalSymbols

0 commit comments

Comments
 (0)