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