From 35cc7a8096d6eba44f967d0ba58a4aea72eac8db Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Fri, 6 Sep 2024 16:31:40 -0500 Subject: [PATCH] Ensure Cypress still creates videos in GitHub Actions --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.ts b/cypress.config.ts index 458b035a48..8bf45db5f0 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -1,6 +1,7 @@ import { defineConfig } from 'cypress'; export default defineConfig({ + video: true, videosFolder: 'cypress/videos', screenshotsFolder: 'cypress/screenshots', fixturesFolder: 'cypress/fixtures',