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