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