elk/cypress.config.ts

9 lines
143 B
TypeScript
Raw Permalink Normal View History

import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:5314',
2023-01-05 01:11:47 +01:00
video: false,
},
})