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