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