openweb-ui / cypress.config.ts
mexicanamerican's picture
Upload folder using huggingface_hub
c9e5647 verified
raw
history blame
No virus
143 Bytes
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080'
},
video: true
});