Files
MSE-SoftwEng/web-app/cypress.config.ts
fastium bd503d5641 test(web-app): add e2e fetch process
It tests the normal request case of timeserie
2025-06-24 17:33:41 +02:00

10 lines
175 B
TypeScript

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