open-w / cypress.config.ts
github-actions[bot]
GitHub deploy: 4831c9e57e35a0619d9212b7b573e2c6a9443c8c
0fe4404
raw
history blame
135 Bytes
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080'
},
video: true
});