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