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