Przeglądaj źródła

disable cypress video

Yuki Takei 2 lat temu
rodzic
commit
8b29eefafa
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      apps/app/cypress.config.ts

+ 1 - 0
apps/app/cypress.config.ts

@@ -22,6 +22,7 @@ export default defineConfig({
   fixturesFolder: 'test/cypress/fixtures',
   screenshotsFolder: 'test/cypress/screenshots',
   videosFolder: 'test/cypress/videos',
+  video: false,
 
   viewportWidth: 1400,
   viewportHeight: 1024,