Skip to content
Snippets Groups Projects
cypress.config.ts 241 B
Newer Older
import { defineConfig } from "cypress";

export default defineConfig({
  e2e: {
    setupNodeEvents(on, config) {
      // implement node event listeners here
    },
tzanmix's avatar
tzanmix committed
    baseUrl: "http://localhost:4200/",
    pageLoadTimeout: 80000