elk/cypress.config.ts

9 lines
143 B
TypeScript
Raw Normal View History

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