diff options
author | 2025-06-09 11:21:50 -0700 | |
---|---|---|
committer | 2025-06-09 11:21:50 -0700 | |
commit | 1c8d40b7f78f1d9550a13071c6a6621d4ff7c936 (patch) | |
tree | d5ebf27ced1a171c2359f55ab06e4f170020201f /playwright.config.ts | |
parent | fd8c7da3f898d115a580ca8797bb24565c7ec305 (diff) | |
download | anshulg-com-1c8d40b7f78f1d9550a13071c6a6621d4ff7c936.tar.gz anshulg-com-1c8d40b7f78f1d9550a13071c6a6621d4ff7c936.tar.zst anshulg-com-1c8d40b7f78f1d9550a13071c6a6621d4ff7c936.zip |
Add video recording on playright tests on failure
Diffstat (limited to '')
-rw-r--r-- | playwright.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playwright.config.ts b/playwright.config.ts index e6d1b89..ce2738f 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -30,6 +30,7 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry", + video: "on-first-retry", }, /* Configure projects for major browsers */ |