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