chore: update E2E tests workflow name and adjust video recording settings

This commit is contained in:
Anish Sarkar 2026-05-10 21:13:57 +05:30
parent 3520877d80
commit 21d3be14c9
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ export default defineConfig({
baseURL,
trace: "on-first-retry",
screenshot: "only-on-failure",
video: "retain-on-failure",
video: process.env.CI ? "off" : "retain-on-failure",
extraHTTPHeaders: {
"x-playwright-test": "true",
},