Files
open-webui/cypress.config.ts
2024-10-05 22:39:24 +02:00

9 lines
135 B
TypeScript

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