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