chat.allin1ai.app / cypress.config.ts
AbdullahAdeeb's picture
add basic structure of chat.allin1ai.app
4236081
raw
history blame contribute delete
135 Bytes
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080'
},
video: true
});