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