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