Skip to content

Commit

Permalink
Merge pull request #2033 from fecgov/feature/1925-3
Browse files Browse the repository at this point in the history
1925 - Turn of e2e video creation and snapshots
  • Loading branch information
mjtravers authored Jul 2, 2024
2 parents 4842f14 + 3b4a7c4 commit 5691a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions front-end/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import * as fs from 'fs';
export default defineConfig({
defaultCommandTimeout: 10000,
projectId: 'x5egpz',
video: true,
video: false,
videosFolder: 'cypress/videos',
screenshotsFolder: 'cypress/screenshots',
screenshotOnRunFailure: true,
screenshotOnRunFailure: false,
fixturesFolder: 'cypress/fixtures',
trashAssetsBeforeRuns: false,
viewportHeight: 768,
Expand All @@ -27,7 +27,7 @@ export default defineConfig({
options: ['--chrome-flags="--no-sandbox --headless --disable-gpu"'],
},
retries: {
runMode: 2,
runMode: 1,
openMode: 0,
},
e2e: {
Expand Down

0 comments on commit 5691a1d

Please sign in to comment.