Skip to content

Commit

Permalink
chore: update example/cypress.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei committed Jul 29, 2022
1 parent e6e5c14 commit f84094e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export default defineConfig({
viewportWidth: 1280,
viewportHeight: 768,
specPattern: '**/*.e2e.ts',
video: false,
screenshotOnRunFailure: false,

setupNodeEvents(on) {
on(
Expand Down

0 comments on commit f84094e

Please sign in to comment.