Skip to content

Commit d06f815

Browse files
committed
test(playwright): user logins in :)
1 parent 835e8bf commit d06f815

File tree

5 files changed

+69
-511
lines changed

5 files changed

+69
-511
lines changed

playwright/playwright.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default defineConfig({
2828
baseURL: "http://localhost:5173",
2929

3030
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
31-
trace: "on-first-retry",
31+
// trace: "on-first-retry",
32+
trace: "on",
3233

3334
video: "on",
3435
},

playwright/tests/login-comprehensive.spec.ts

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)