Skip to content

Commit 5d1f439

Browse files
authored
Merge pull request #62 from currents-dev/chore/argos-screenshots
chore: update argos screenshot settings
2 parents ac0e25f + 890aaf7 commit 5d1f439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

argos/playwright.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const config: PlaywrightTestConfig = {
2424
use: {
2525
actionTimeout: 0,
2626
trace: "on",
27-
video: "on",
28-
screenshot: "on",
27+
video: "retain-on-failure",
28+
screenshot: "only-on-failure",
2929
},
3030

3131
projects: [

0 commit comments

Comments
 (0)