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