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