open-webui/cypress.config.ts
2024-10-05 21:38:20 +02:00

9 lines
131 B
TypeScript

import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://[::1]:8080'
},
video: true
});