Compare commits

...
Author SHA1 Message Date
hainenber 7b29ae4320 chore(ci): disable Git commit info capture in Playwright E2E tests to avoid timeout
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-08-15 15:06:55 +07:00
+4
View File
@@ -47,6 +47,10 @@ export default defineConfig({
// Retry logic - 2 retries in CI, 0 locally
retries: process.env.CI ? 2 : 0,
// Disable capturing Git commit info as the project's history is increasingly dense
// and breach Playwright's default 3-seconds `git` command timeout limit
captureGitInfo: { commit: false, diff: false },
// Reporter configuration - multiple reporters for better visibility
reporter: process.env.CI
? [