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