forked from Mirrors/elk
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
import { defineConfig } from 'cypress'
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
baseUrl: 'http://localhost:5314',
|
|
},
|
|
})
|