mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
13 lines
251 B
TypeScript
13 lines
251 B
TypeScript
|
import { defineConfig } from 'cypress'
|
||
|
|
||
|
export default defineConfig({
|
||
|
fixturesFolder: false,
|
||
|
video: false,
|
||
|
downloadsFolder: undefined,
|
||
|
screenshotOnRunFailure: false,
|
||
|
e2e: {
|
||
|
baseUrl: 'http://localhost:3000',
|
||
|
supportFile: false
|
||
|
}
|
||
|
})
|