mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
chore: update E2E tests workflow name and adjust video recording settings
This commit is contained in:
parent
3520877d80
commit
21d3be14c9
2 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue