ChatBotando / cypress.config.ts
olipericles's picture
Ajuste da UI
faf93c0
raw
history blame contribute delete
135 Bytes
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080'
},
video: true
});