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