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