Files
HKSingleParty/99_references/blank-ionic/cypress.config.ts
2025-05-28 09:55:51 +08:00

10 lines
212 B
TypeScript

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