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