Playwright E2E CI 설정 및 새 블록 타입 테스트 추가
CI / test (push) Failing after 6m6s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-11-19 00:52:15 +09:00
parent 0621f95a5b
commit 86cf8f7712
4 changed files with 238 additions and 7 deletions
+6
View File
@@ -16,4 +16,10 @@ export default defineConfig({
use: { ...devices["Desktop Chrome"] },
},
],
webServer: {
command: "npm run dev",
url: "http://localhost:3000",
reuseExistingServer: !process.env.CI,
timeout: 120_000,
},
});