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