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