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