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