open-webui1 / cypress.config.ts
github-actions[bot]
GitHub deploy: 47c76ab5fe2fe8277fc8015e296649f77086b0ca
9f5f235
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080'
},
video: true
});