ably.do/cypress.config.ts

9 lines
135 B
TypeScript
Raw Normal View History

2025-02-28 13:58:02 -05:00
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080'
},
video: true
});