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