Stirling-PDF/client-ionic/cypress.config.ts

10 lines
212 B
TypeScript
Raw Normal View History

2023-10-23 17:08:28 +02:00
import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: "http://localhost:5173",
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});