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