aleksa.sh/cypress.config.ts
aleksa a9b8e7bc9e
All checks were successful
E2E Tests with Cypress / cypress (push) Successful in 3m12s
initial boilerplate code
2025-04-12 07:05:13 +02:00

11 lines
244 B
TypeScript

import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
supportFile: false,
baseUrl: 'http://localhost:3001',
},
video: true,
screenshotsFolder: 'cypress/screenshots',
videosFolder: 'cypress/videos',
});