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