Files
next-gdrive-index/cypress.config.ts
T

11 lines
213 B
TypeScript

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