Skip to content

Commit fca1042

Browse files
committed
add debug logs
1 parent 0fdd914 commit fca1042

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/test-team/config/api/api.setup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ setup('api test setup', async () => {
1010

1111
BackendConfigHelper.toEnv(backendConfig);
1212

13+
console.log(backendConfig);
14+
1315
await createAuthHelper().setup();
1416
});

tests/test-team/config/e2e/e2e.setup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ setup('e2e test setup', async ({ page }) => {
1818

1919
BackendConfigHelper.toEnv(backendConfig);
2020

21+
console.log(backendConfig);
22+
2123
const auth = createAuthHelper();
2224

2325
await auth.setup();

0 commit comments

Comments
 (0)