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