Cypress_TS/CyLukTs/lukan/cypress.config.ts
Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00

11 lines
217 B
TypeScript

const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
//baseUrl: 'https://lukan.cz/'
},
});