open-webui / cypress.config.ts
coolmanx's picture
update
76aa260 verified
raw
history blame
143 Bytes
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080'
},
video: true
});