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