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