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