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