1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 16:06:40 +01:00
Files
dozzle/e2e/cypress.config.ts
Amir Raminfar 965d1a52b1 Updates cypress
2022-06-29 13:30:40 -07:00

13 lines
224 B
TypeScript

import { defineConfig } from "cypress";
export default defineConfig({
fixturesFolder: false,
projectId: "8cua4m",
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});