Files
penx/apps/mobile/cypress.config.ts
2025-05-16 18:30:02 +08:00

11 lines
211 B
TypeScript

import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:5173',
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
})