1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-17 07:30:13 +02:00
react-component-form/example/cypress.config.ts

13 lines
251 B
TypeScript
Raw Normal View History

2022-08-26 23:47:48 +02:00
import { defineConfig } from 'cypress'
export default defineConfig({
fixturesFolder: false,
video: false,
downloadsFolder: undefined,
screenshotOnRunFailure: false,
e2e: {
2022-11-08 11:40:39 +01:00
baseUrl: 'http://127.0.0.1:3000',
2022-08-26 23:47:48 +02:00
supportFile: false
}
})