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