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