8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
import { defineConfig } from 'cypress'
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
baseUrl: 'http://localhost:3000',
|
|
supportFile: false
|
|
},
|
|
}) |