Skip to content
Snippets Groups Projects
cypress.config.ts 295 B
Newer Older
import { defineConfig } from "cypress";
tzanmix's avatar
tzanmix committed

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