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