Skip to content

Commit

Permalink
chore(cypress): disable video recording
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Aug 9, 2023
1 parent beac127 commit d0f510b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export default {
baseUrl: `http://${process.env.CYPRESS_baseUrl || 'localhost'}:3000`,
supportFile: false,
},
video: false,
};

0 comments on commit d0f510b

Please sign in to comment.