ow / cypress.config.ts
github-actions[bot]
GitHub deploy: 513c0288696c0807127255837d116efa9d9a1000
e619430
raw
history blame
No virus
135 Bytes
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080'
},
video: true
});