Files
windmill/frontend/cypress.config.ts
Ruben Fiszel b4107fb85e cypress
2022-07-03 01:12:09 +02:00

11 lines
175 B
TypeScript

import { defineConfig } from 'cypress'
export default defineConfig({
env: {
baseUrl: 'http://localhost:8000',
},
e2e: {
setupNodeEvents(on, config) {},
},
})