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