mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-12 12:58:27 +03:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
import { defineConfig } from 'cypress'
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
baseUrl: 'http://localhost:5314',
|
|
video: false,
|
|
},
|
|
})
|