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