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