iubewnepo / cypress.config.ts
github-actions[bot]
GitHub deploy: b06ded81701233f6d69cd425d5bd0f7e667f9660
57c46fe
raw
history blame
135 Bytes
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080'
},
video: true
});