UNPKG

orgchart

Version:

Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.

14 lines (12 loc) 392 B
const { defineConfig } = require("cypress"); module.exports = defineConfig({ screenshotsFolder: "test/cypress/screenshots", videosFolder: "test/cypress/videos", e2e: { supportFile: "test/cypress/support/e2e.{js,jsx,ts,tsx}", specPattern: "test/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}", setupNodeEvents(on, config) { // implement node event listeners here }, }, });