playwright 수정
CI / test (push) Failing after 2m30s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-01 17:24:19 +09:00
parent ed093bf04f
commit 9e75989c5d
8 changed files with 20 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:e2e": "next start -p 3000",
"lint": "next lint",
"test": "vitest run",
"e2e": "playwright test"