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