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 00:11:47 +00:00
video: false,
},
})