Skip to content

Commit

Permalink
chore: fix cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Sep 4, 2024
1 parent bf22f9a commit 98276ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { defineConfig } from "cypress";
import { defineConfig } from 'cypress';

export default defineConfig({
defaultCommandTimeout: 30000,
screenshotOnRunFailure: false,
video: false,
videoUploadOnPasses: false,
e2e: {
baseUrl: "http://localhost:3000",
baseUrl: 'http://localhost:3000',
},
});

0 comments on commit 98276ab

Please sign in to comment.