Files
Scraperr/cypress.config.ts
2024-10-21 19:57:12 -05:00

9 lines
158 B
TypeScript

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