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