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