open-webui/cypress.config.ts

9 lines
131 B
TypeScript
Raw Normal View History

import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
2024-10-05 18:18:58 +00:00
baseUrl: 'http://[::1]:8080'
},
video: true
});